Former-commit-id: c7145e7d2e055fd1b14726c5c36ed8eff889c756 Former-commit-id: 8711b288429848966d4944102c9d1c7636f59c28 Former-commit-id: 2ce13c03f3c09ae5537a6ab60da08af33706d9fd
22 lines
512 B
Markdown
Executable File
22 lines
512 B
Markdown
Executable File
# d2admin-vue-element
|
|
|
|
> A management system framework based on vue & element
|
|
|
|
## 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
|
|
```
|
|
|
|
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
|