mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 05:58:04 +00:00
30 lines
365 B
Markdown
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/).
|