https://github.com/xkcoding/scaffold-admin
https://github.com/xkcoding/scaffold-admin
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkcoding/scaffold-admin
- Owner: xkcoding
- Created: 2019-04-10T03:13:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:58:14.000Z (about 3 years ago)
- Last Synced: 2025-02-03T15:55:40.156Z (11 months ago)
- Language: Vue
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scaffold-admin
## 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/).