https://github.com/fakorede/vue-admin
https://github.com/fakorede/vue-admin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fakorede/vue-admin
- Owner: Fakorede
- Created: 2020-11-23T22:38:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T18:56:08.000Z (over 4 years ago)
- Last Synced: 2025-04-22T23:15:38.865Z (about 2 months ago)
- Language: Vue
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).