diff options
-rw-r--r-- | README.md | 36 |
1 files changed, 13 insertions, 23 deletions
@@ -1,24 +1,14 @@ | |||
1 | # lom_frontend | 1 | # lom_frontend |
2 | 2 | Project for school | |
3 | ## Project setup | 3 | |
4 | ``` | 4 | # Shortcuts |
5 | npm 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 | |
10 | npm 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 |
15 | npm run build | ||
16 | ``` | ||
17 | |||
18 | ### Lints and fixes files | ||
19 | ``` | ||
20 | npm run lint | ||
21 | ``` | ||
22 | |||
23 | ### Customize configuration | ||
24 | See [Configuration Reference](https://cli.vuejs.org/config/). | ||