https://github.com/helti/v-admin
a Management system use vue
https://github.com/helti/v-admin
Last synced: 3 months ago
JSON representation
a Management system use vue
- Host: GitHub
- URL: https://github.com/helti/v-admin
- Owner: HelTi
- Created: 2017-06-02T02:26:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T00:30:00.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T03:19:45.158Z (about 1 year ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vueadmin
> 基于vue的自适应后台模板UI


### 相关组件
* box
* infoBox
* progressGroup
## Build Setup
``` bash
# 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
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).