https://github.com/koshien2015/vue-sample
https://github.com/koshien2015/vue-sample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koshien2015/vue-sample
- Owner: koshien2015
- Created: 2021-04-01T06:12:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T09:39:07.000Z (about 4 years ago)
- Last Synced: 2024-09-15T17:06:33.162Z (9 months ago)
- Language: Vue
- Homepage: https://ckoshien.github.io/vue-sample/
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-sample
## 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/).