Skip to content

Commit 01b1e55

Browse files
committed
Updated README
1 parent de81f9f commit 01b1e55

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
# authentication_course
22

33
## Project setup
4+
45
```
56
npm install
67
```
78

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
12-
### Same as above and start backend server
9+
### Compiles and hot-reloads for development & starts backend server
10+
1311
```
1412
npm run start
1513
```
14+
1615
### Compiles and minifies for production
16+
1717
```
1818
npm run build
1919
```
2020

2121
### Run your tests
22+
2223
```
2324
npm run test
2425
```
2526

2627
### Lints and fixes files
28+
2729
```
2830
npm run lint
2931
```
3032

3133
### Customize configuration
34+
3235
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)