https://github.com/mannoeu/vue-app-study
https://github.com/mannoeu/vue-app-study
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannoeu/vue-app-study
- Owner: mannoeu
- Created: 2020-07-24T02:01:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T09:08:46.000Z (over 2 years ago)
- Last Synced: 2025-02-09T11:18:06.236Z (3 months ago)
- Language: Vue
- Size: 3.12 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study
## 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/).