Commit ee2684b2 authored by 梁灏's avatar 梁灏

update package & readme

parent b4ad2efa
# iView-project # iView-project
本工程适用于基于 Vue.js 2 + vue-router + webpack2 + iView 2 的项目,已经将 iView 配置完成,只需要按步骤初始化即可。 This project is build for Vue.js 2 + vue-router + webpack2 + iView 2, just install and run.
## 安装 ## Install
```bush ```bush
// 安装依赖 // install dependencies
npm install npm install
``` ```
## 运行 ## Run
### 开发环境 ### Development
```bush ```bush
// 注意首次使用需要执行下面的init命令来生成入口html文件,以后不用再执行
npm run init
npm run dev npm run dev
``` ```
### 生产环境(打包) ### Production(Build)
```bush ```bush
npm run build npm run build
``` ```
### 访问 ### View
在浏览器地址栏输入[http://127.0.0.1:8080](http://127.0.0.1:8080) [http://127.0.0.1:8080](http://127.0.0.1:8080)
{ {
"name": "iview-project", "name": "iview-project",
"version": "1.0.2", "version": "2.0.0",
"description": "A base project using Vue.js1.0、Vue-Router、webpack and with iView.", "description": "A base project with Vue.js2、Vue-Router、webpack2 and with iView2.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"init": "webpack --progress --config webpack.dev.config.js", "dev": "webpack-dev-server --content-base ./ --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
"dev": "webpack-dev-server --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config webpack.prod.config.js" "build": "webpack --progress --hide-modules --config webpack.prod.config.js"
}, },
"repository": { "repository": {
...@@ -15,35 +14,35 @@ ...@@ -15,35 +14,35 @@
"author": "Aresn", "author": "Aresn",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"vue": "^1.0.26", "vue": "^2.2.6",
"vue-router": "^0.7.13", "vue-router": "^2.2.1",
"iview": "^1.0.0" "iview": "^2.0.0-rc.8"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer-loader": "^2.0.0", "autoprefixer-loader": "^2.0.0",
"babel": "^6.3.13", "babel": "^6.23.0",
"babel-core": "^6.3.21", "babel-core": "^6.23.1",
"babel-loader": "^6.2.0", "babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.3.13", "babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.9.0",
"babel-runtime": "^5.8.34", "babel-runtime": "^6.11.6",
"css-loader": "^0.23.1", "css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1", "extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.8.5", "file-loader": "^0.8.5",
"html-loader": "^0.3.0", "html-loader": "^0.3.0",
"html-webpack-plugin": "^2.22.0", "html-webpack-plugin": "^2.28.0",
"less": "^2.7.1", "less": "^2.7.1",
"less-loader": "^2.2.3", "less-loader": "^2.2.3",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1", "style-loader": "^0.13.1",
"url-loader": "^0.5.7", "url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0", "vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.0", "vue-html-loader": "^1.2.3",
"vue-loader": "^7.2.0", "vue-loader": "^11.0.0",
"vue-style-loader": "^1.0.0", "vue-style-loader": "^1.0.0",
"webpack": "^1.13.1", "vue-template-compiler": "^2.2.1",
"webpack-dev-server": "^1.16.1" "webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
}, },
"bugs": { "bugs": {
"url": "https://github.com/iview/iview-project/issues" "url": "https://github.com/iview/iview-project/issues"
......
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