https://github.com/biyuqi/react-seed
从零搭建React项目
https://github.com/biyuqi/react-seed
react react-redux react-router4 reactjs
Last synced: about 2 months ago
JSON representation
从零搭建React项目
- Host: GitHub
- URL: https://github.com/biyuqi/react-seed
- Owner: BiYuqi
- License: mit
- Created: 2018-11-14T02:15:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T03:36:02.000Z (over 7 years ago)
- Last Synced: 2025-05-26T15:04:00.706Z (about 1 year ago)
- Topics: react, react-redux, react-router4, reactjs
- Language: JavaScript
- Size: 845 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Start
```js
git clone https://github.com/BiYuqi/react-seed.git
cd react-seed
npm install
// 本地开发环境
npm run dev
// 生产环境
npm run build
// 跑测试
npm run test
```
## Now
- [x] 目前项目只有一个嵌套iframe页面, 用来测试数据通信
- [x] 事件测试页面
- [x] TodoAPP页面(react-redux)
## TODO
- [ ] 搭建过程
- [x] 生产环境打包配置优化
- [ ] eslint校验
- [ ] Autoprefixer自动补全样式