Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwame998/wepy-redux
https://github.com/kwame998/wepy-redux
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kwame998/wepy-redux
- Owner: kwame998
- Created: 2017-12-20T04:50:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T05:58:33.000Z (about 7 years ago)
- Last Synced: 2024-08-03T21:03:38.911Z (6 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - wepy-redux: wepy版redux
README
wepy-redux
wepy new my2 --redux#### 开发者工具使用
1. 使用`微信开发者工具`新建项目,本地开发选择`dist`目录。
2. `微信开发者工具`-->项目-->关闭ES6转ES5。重要:漏掉此项会运行报错。
3. `微信开发者工具`-->项目-->关闭上传代码时样式自动补全 重要:某些情况下漏掉此项会也会运行报错。
4. `微信开发者工具`-->项目-->关闭代码压缩上传 重要:开启后,会导致真机computed, props.sync 等等属性失效。[#270](https://github.com/wepyjs/wepy/issues/270)
5. 项目根目录运行`wepy build --watch`,开启实时编译。```
_ooOoo_
o8888888o
88" . "88
(| -_- |)
O\ = /O
____/`---'\____
.' \\| |// `.
/ \\||| : |||// \
/ _||||| -:- |||||- \
| | \\\ - /// | |
| \_| ''\---/'' | |
\ .-\__ `-` ___/-. /
___`. .' /--.--\ `. . __
."" '< `.___\_<|>_/___.' >'"".
| | : `- \`.;`\ _ /`;.`/ - ` : | |
\ \ `-. \_ __\ /__ _/ .-` / /
======`-.____`-.___\_____/___.-`____.-'======
`=---='
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
佛祖保佑 永无BUG```