Browse Source

docs: adding do for updated development server run command

- `npm run dev`
profile-pic
Jason Buchanan 10 months ago
parent
commit
2d2785d6a0
  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