演示地址:https://beverle-y.github.io/react-starter-kit
Redux版:react-redux-starter-kit
git clone https://github.com/bevelery/react-starter-kit.git
yarn install
第一次运行需要打包vendor,仅运行一次。当依赖(vendor)改变时需重新打包,更改index.html内引入的路径。
npm run dll
npm start
npm run build
将project.config.js内publicPath改为服务器绝对路径。
若没有CDN,只能发布静态资源,需修改webpack配置,将所有文件放置在同一目录下。
关于 dll 的说明:本项目使用 yarn 下载依赖包,有些同学习惯用 npm、cnpm,这样因为没有 lock 文件会导致依赖包的版本不同,致使 dll 的 hash 不同于本项目,所以有些人会遇到 404 或者资源没找到等情况,这种情况下只要改一下 html 引用的路径即可。
2018-07-23
- Redux版:react-redux-starter-kit
2018-07-20
- 修改fonts和一些less的文件位置
2018-05-11
-
update webpack 3 to 4.8.1
- development (time):4.8s -> 3.8s
- production (time):11.5s -> 5.4s
- size:916kb -> 747kb
- refresh:-100ms
2018-03-29
- 全局Loading
- message提示
2018-03-28
- 修复Right缺少route props