Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hql123/reactJS-ruby-china
基于react构建的ruby-china低配山寨版
https://github.com/hql123/reactJS-ruby-china
Last synced: 3 months ago
JSON representation
基于react构建的ruby-china低配山寨版
- Host: GitHub
- URL: https://github.com/hql123/reactJS-ruby-china
- Owner: hql123
- Created: 2017-01-19T11:51:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T11:32:26.000Z (about 8 years ago)
- Last Synced: 2024-08-04T00:12:01.175Z (7 months ago)
- Language: JavaScript
- Size: 3.37 MB
- Stars: 48
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###React Ruby China
***
Ruby China山寨版(React+redux+react-router-redux+antd+es6+redux-thunk)**Demo**: https://hql123.github.io/reactJS-ruby-china/
###使用技术
***
* react
* create-react-app
* react-redux
* react-router-redux
* redux-thunk
* babel
* antd
* webpack
* isomorphic-fetch
* moment
* redux-devtools
* eslint###编译环境
***
* Node
* npm###启动项目
***
```
npm install
npm start```
###生产环境打包
***
```
npm run build```
###参考文献
***
[React文档](https://facebook.github.io/react/)
[create-react-app](https://github.com/facebookincubator/create-react-app)
[Redux中文文档](http://www.redux.org.cn/)
[moment.js文档](http://momentjs.cn/docs/)
[React-Route官方手册](http://www.uprogrammer.cn/react-router-cn/index.html)
[Babel](http://babeljs.io/)
[react-router-redux](https://github.com/reactjs/react-router-redux)
[Ruby China API](https://ruby-china.org/api)