https://github.com/lcube45/myvuejs-songbook
https://github.com/lcube45/myvuejs-songbook
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcube45/myvuejs-songbook
- Owner: lcube45
- Created: 2019-11-18T07:19:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T20:10:56.000Z (over 4 years ago)
- Last Synced: 2025-05-22T22:40:54.052Z (about 1 year ago)
- Language: TypeScript
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myvuejs
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).