summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md36
1 files changed, 13 insertions, 23 deletions
diff --git a/README.md b/README.md
index 10b3d46..9d6c02f 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,14 @@
1# lom_frontend 1# lom_frontend
2 2Project for school
3## Project setup 3
4``` 4# Shortcuts
5npm install 5`Ctr`+`Shift`+`p` - open command line
6``` 6`Ctr`+`esc` - open command line
7 7`esc` - unfocus/close
8### Compiles and hot-reloads for development 8`del` - close
9``` 9
10npm run serve 10### Navigate command line
11``` 11`tab` - next command
12 12`↓` - next command
13### Compiles and minifies for production 13`↑` - previous command
14``` 14`retrun` - execute command
15npm run build
16```
17
18### Lints and fixes files
19```
20npm run lint
21```
22
23### Customize configuration
24See [Configuration Reference](https://cli.vuejs.org/config/).