diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-17 00:48:05 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-17 00:48:05 +0100 |
commit | 3784255d73affd9e6b86c2c290f45d4e608cac6c (patch) | |
tree | 45cdc862c578b7300bbccfd2822e39dbc7d4414c | |
parent | c6b4c6a90a3bb77add64994f51d3e2af790c8452 (diff) | |
download | lom_frontend-3784255d73affd9e6b86c2c290f45d4e608cac6c.tar.gz lom_frontend-3784255d73affd9e6b86c2c290f45d4e608cac6c.zip |
update readme file
-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/). | ||