This repo had been transferred to cnwxsoft's Gitlab server, and not being maintained anymore
cnwxsoft react framework, based on redux, redux-saga and [email protected] (Using dva)
examples: https://caigehui.github.io/react-wxeap
- easy to build react app with redux and react-router
- support both web and react-native
npm install react-wxeap --save
Publish new version, automatically lint and build, for Mac OS:
$ npm run pb
for windows:
$ npm run pb-cmd
Only lint
$ npm run lint
Only build, for Mac OS:
$ npm run build
for windows:
$ npm run build-cmd
Taobao:
npm config set registry https://registry.npm.taobao.org
origin:
npm config set registry http://registry.npmjs.org