https://github.com/stared/vue-tone
https://github.com/stared/vue-tone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stared/vue-tone
- Owner: stared
- Created: 2020-01-03T22:24:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T04:07:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T19:56:14.806Z (6 months ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tone
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).