Files
noisedash/README.md
Kevin Thomas 45279d061a Update README
2021-07-29 22:26:30 -07:00

30 lines
365 B
Markdown

# noisedash
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Runs the server
```
npm run server
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).