xgwangman 5 years ago
parent
commit
a57562fe07
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

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