https://github.com/xkcoding/scaffold-demo-ui
https://github.com/xkcoding/scaffold-demo-ui
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkcoding/scaffold-demo-ui
- Owner: xkcoding
- Created: 2019-04-03T06:50:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:10:45.000Z (about 3 years ago)
- Last Synced: 2025-02-13T03:42:33.493Z (11 months ago)
- Language: JavaScript
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avue-demo
## 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/).