Commit b4ad2efa authored by 梁灏's avatar 梁灏

update readme

parent 4299aad7
# iView-project # iView-project
### 推荐直接使用 iView-cli
[iView-cli](https://github.com/iview/iview-cli)
> 源自[https://github.com/icarusion/vue-vueRouter-webpack](https://github.com/icarusion/vue-vueRouter-webpack)
本工程适用于基于 Vue.js1.0 + vue-router + webpack + iView 的项目,已经将 iView 配置完成,只需要按步骤初始化即可。 本工程适用于基于 Vue.js 2 + vue-router + webpack2 + iView 2 的项目,已经将 iView 配置完成,只需要按步骤初始化即可。
## 安装 ## 安装
```bush ```bush
// 安装前请先确保已安装node和npm // 安装依赖
// 需要提前在全局安装webpack和webpack-dev-server,如果已安装请忽略
npm install webpack -g
npm install webpack-dev-server -g
// 安装成功后,再安装依赖
npm install npm install
``` ```
## 运行 ## 运行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment