README.md 606 字节
Newer Older
N
nzomkxia 已提交
1
# dubbo-admin-ui
M
min 已提交
2

N
nzomkxia 已提交
3
> dubbo admin ui based on vuetify  
N
nzomkxia 已提交
4
> standard front end project
M
min 已提交
5 6 7 8 9 10 11

## Build Setup

``` bash
# install dependencies
npm install

J
Junlan Shuai 已提交
12
# serve with hot reload at localhost:8081
M
min 已提交
13 14 15 16 17 18 19 20 21 22
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).
N
nzomkxia 已提交
23 24 25

managed by [front end maven plugin](https://github.com/eirslett/frontend-maven-plugin)