|
@@ -1,23 +1,23 @@
|
|
-Cadmin的客户端实现 vue+iview
|
|
|
|
|
|
+新企明星后台管理 vue+iview
|
|
|
|
|
|
### 依赖
|
|
### 依赖
|
|
* [vue](https://cn.vuejs.org)
|
|
* [vue](https://cn.vuejs.org)
|
|
-* [iview](http://v3.iviewui.com/)
|
|
|
|
|
|
+* [iview3.0](http://v3.iviewui.com/)
|
|
* localStorage
|
|
* localStorage
|
|
* [axios](https://github.com/axios/axios)
|
|
* [axios](https://github.com/axios/axios)
|
|
* [lodash](https://lodash.com/)
|
|
* [lodash](https://lodash.com/)
|
|
* `vue-router`
|
|
* `vue-router`
|
|
* `vuex`
|
|
* `vuex`
|
|
|
|
|
|
-> 注意:当前使用的是`iview 3`
|
|
|
|
-
|
|
|
|
### 安装
|
|
### 安装
|
|
|
|
|
|
```shell
|
|
```shell
|
|
// 安装
|
|
// 安装
|
|
npm install
|
|
npm install
|
|
-// 开发
|
|
|
|
|
|
+
|
|
|
|
+// 运行
|
|
npm run serve
|
|
npm run serve
|
|
-// 编译
|
|
|
|
|
|
+
|
|
|
|
+// 打包
|
|
npm run build
|
|
npm run build
|
|
```
|
|
```
|