Commit 4071f7ff by starkwang

update 2.0.5

parent aec27dd1
......@@ -14,29 +14,29 @@
"dev:rn": "npm run build:rn -- --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"author": "starkwang",
"license": "MIT",
"dependencies": {
"@tarojs/async-await": "1.3.21",
"@tarojs/components": "1.3.21",
"@tarojs/redux": "1.3.21",
"@tarojs/redux-h5": "1.3.21",
"@tarojs/router": "1.3.21",
"@tarojs/taro": "1.3.21",
"@tarojs/taro-h5": "1.3.21",
"@tarojs/taro-weapp": "1.3.21",
"@tarojs/async-await": "2.0.5",
"@tarojs/components": "2.0.5",
"@tarojs/redux": "2.0.5",
"@tarojs/redux-h5": "2.0.5",
"@tarojs/router": "2.0.5",
"@tarojs/taro": "2.0.5",
"@tarojs/taro-h5": "2.0.5",
"@tarojs/taro-weapp": "2.0.5",
"config": "^2.0.1",
"nervjs": "^1.5.1",
"nervjs": "^1.5.6",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@tarojs/plugin-babel": "1.3.21",
"@tarojs/plugin-csso": "1.3.21",
"@tarojs/plugin-stylus": "1.3.21",
"@tarojs/plugin-uglifyjs": "1.3.21",
"@tarojs/webpack-runner": "1.3.21",
"@tarojs/plugin-babel": "2.0.5",
"@tarojs/plugin-csso": "2.0.5",
"@tarojs/plugin-stylus": "2.0.5",
"@tarojs/plugin-uglifyjs": "2.0.5",
"@tarojs/webpack-runner": "2.0.5",
"@types/react": "^16.4.8",
"@types/webpack-env": "^1.13.6",
"babel-eslint": "^8.2.3",
......@@ -46,9 +46,9 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-taro": "1.3.21",
"eslint-config-taro": "2.0.5",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-taro": "1.3.21"
"eslint-plugin-taro": "2.0.5"
}
}
......@@ -16,12 +16,25 @@
> 1年前输出了一套taro-kit 脚手架,有不少人加我微信,咨询一些问题,这段时间把这个脚手架升级后,总结并录制了课程,希望能帮助到大家,提高效率,节约时间。
CLI 工具安装
首先,你需要使用 npm 或者 yarn 全局安装@tarojs/cli,或者直接使用npx:
```js
# 使用 npm 安装 CLI
$ npm install -g @tarojs/cli
# OR 使用 yarn 安装 CLI
$ yarn global add @tarojs/cli
# OR 安装了 cnpm,使用 cnpm 安装 CLI
$ cnpm install -g @tarojs/cli
```
## 项目更新:
> 2019年10月24日 星期四
* 更新依赖到:1.3.21
> 2020年03月04日 星期三
* 更新依赖到:2.0.5
## 更新项目依赖包:
```
taro update project
taro update project v版本号
```
>
![2019-04-28-17-37-43](http://s.shudong.wang/2019-04-28-17-37-43.png)
......@@ -97,7 +110,7 @@ reducer 的swich简化繁琐操作,
![2019-04-28-22-09-17](http://s.shudong.wang/2019-04-28-22-09-17.png)
#### 课程主站
https://www.itxishu.com
https://github.com/itxishu
https://github.com/wsdo/qa
......
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