An open API service indexing awesome lists of open source software.

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项目

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自动补全样式