https://github.com/zkan/hello-vue
Hello, Vue!
https://github.com/zkan/hello-vue
Last synced: 3 months ago
JSON representation
Hello, Vue!
- Host: GitHub
- URL: https://github.com/zkan/hello-vue
- Owner: zkan
- License: mit
- Created: 2018-10-13T08:14:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:51:57.000Z (over 3 years ago)
- Last Synced: 2025-06-17T00:46:56.326Z (about 1 year ago)
- Language: Vue
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).