Browse Source

docs: adding do for updated development server run command

- `npm run dev`
kb/add-usage-guide
Jason Buchanan 6 months ago
parent
commit
035f2a5b04
No known key found for this signature in database GPG Key ID: 1A12361012426318
  1. 5
      README.md

5
README.md

@ -18,6 +18,11 @@ npm install
### Compiles and hot-reloads for development
```
npm run dev
```
### Builds the production app
```
npm run serve
```

Loading…
Cancel
Save