Browse Source
docs: adding do for updated development server run command
- `npm run dev`
pull/110/head
No known key found for this signature in database
GPG Key ID: 1A12361012426318
1 changed files with
5 additions and
0 deletions
-
README.md
|
|
@ -18,6 +18,11 @@ npm install |
|
|
|
|
|
|
|
### Compiles and hot-reloads for development |
|
|
|
``` |
|
|
|
npm run dev |
|
|
|
``` |
|
|
|
|
|
|
|
### Builds the production app |
|
|
|
``` |
|
|
|
npm run serve |
|
|
|
``` |
|
|
|
|
|
|
|