summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:48:05 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:48:05 +0100
commit3784255d73affd9e6b86c2c290f45d4e608cac6c (patch)
tree45cdc862c578b7300bbccfd2822e39dbc7d4414c /README.md
parentc6b4c6a90a3bb77add64994f51d3e2af790c8452 (diff)
downloadlom_frontend-3784255d73affd9e6b86c2c290f45d4e608cac6c.tar.gz
lom_frontend-3784255d73affd9e6b86c2c290f45d4e608cac6c.zip
update readme file
Diffstat (limited to 'README.md')
-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/).