react-redux-antd-cli
v1.1.0
Published
react redux antd-mobile webpack 脚手架工具
Downloads
23
Readme
react-redux-antd-cli是基于react+redux+ antd-mobile+webpack开发的脚手架工具
Features
This boilerplate features all the latest tools and practices in the industry.
- React.js - React 16✨, React Router 5
- Redux.js - Redux saga, Redux immutable and Reselect
- Babel - ES6, ESNext, Airbnb and React/Recommended config
- Webpack - Webpack 4✨, Hot Reloading, Code Splitting, Optimized Prod Build and more
- Test - Jest with Enzyme
- Lint - ESlint
- Styles - SCSS Styling
Quick start
npm install react-redux-antd-cli -g
ray -v
查看当前命令行版本号.- Run
ray init 项目名
. - Run
npm install or yarn
. - Run
npm start
to see the example app athttp://localhost:3000
.
Now you're ready build your beautiful React Application!