/react-wxeap

cnwxsoft react framework

Primary LanguageJavaScript

react-wxeap

This repo had been transferred to cnwxsoft's Gitlab server, and not being maintained anymore

Travis Travis

cnwxsoft react framework, based on redux, redux-saga and react-router@2.x (Using dva)

examples: https://caigehui.github.io/react-wxeap

Features

  • easy to build react app with redux and react-router
  • support both web and react-native

Documentation

Check docs under cnwxsoft LAN

Usage

npm install react-wxeap --save

Contributors guide

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

NPM Registry

Taobao:

npm config set registry https://registry.npm.taobao.org

origin:

npm config set registry http://registry.npmjs.org