This commit is contained in:
geoffrey45
2021-11-14 09:10:58 +03:00
commit 26798d2f92
33 changed files with 9272 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# musicx-v
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).