We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de81f9f commit 01b1e55Copy full SHA for 01b1e55
1 file changed
README.md
@@ -1,32 +1,35 @@
1
# authentication_course
2
3
## Project setup
4
+
5
```
6
npm install
7
8
-### Compiles and hot-reloads for development
9
-```
10
-npm run serve
11
12
-### Same as above and start backend server
+### Compiles and hot-reloads for development & starts backend server
13
14
npm run start
15
16
### Compiles and minifies for production
17
18
npm run build
19
20
21
### Run your tests
22
23
24
npm run test
25
26
27
### Lints and fixes files
28
29
30
npm run lint
31
32
33
### Customize configuration
34
35
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments