Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Mar 31, 2017
1 parent 4299aad commit b4ad2ef
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# 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
// 安装前请先确保已安装node和npm
// 需要提前在全局安装webpack和webpack-dev-server,如果已安装请忽略
npm install webpack -g
npm install webpack-dev-server -g
// 安装成功后,再安装依赖
// 安装依赖
npm install
```
## 运行
Expand Down

0 comments on commit b4ad2ef

Please sign in to comment.