https://github.com/charlzyx/huaq
https://github.com/charlzyx/huaq
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlzyx/huaq
- Owner: charlzyx
- Created: 2019-06-10T12:22:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:40:37.000Z (over 2 years ago)
- Last Synced: 2023-03-05T17:23:47.239Z (about 2 years ago)
- Language: Vue
- Homepage: https://charlzyx.github.io/huaq/
- Size: 3.05 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huaq
## 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/).