https://github.com/weidemo/vue-admin-template
🗳A vue admin backend template project.
https://github.com/weidemo/vue-admin-template
Last synced: about 1 year ago
JSON representation
🗳A vue admin backend template project.
- Host: GitHub
- URL: https://github.com/weidemo/vue-admin-template
- Owner: WeideMo
- Created: 2018-01-29T09:27:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T04:27:34.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T05:22:59.033Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 14
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin-template
> A vue admin backend template project.
## Build Setup
``` bash
# checkout repository
git clone git@github.com:WeideMo/vue-admin-template.git
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
```