sample-react-scripts
v1.0.2
Published
Configuration and scripts for Create React App.
Downloads
3
Readme
派样基于react-create-app的自定义脚手架
- [x] 支持安装 @ali 私有包
- [x] 支持 less
- [x] 支持 react-css-modules
- [x] 升级 postcss-loader 4.0
- [x] 增加 postcss-px-to-viewport ( 通过环境 REACT_APP_ViewportWidth 可以关闭)
- [x] 增加 webpack-bundle-analyzer
- [x] 增加 babel-plugin-import ( antd-mobile 按需引入 )
- [x] 增强 eslint 配置, 使用airbnb,eslint-import-resolver-alias
- [x] 增加版本号 process.env.rel
- [x] 增加jsconfig
- [x] 项目结构调整
- [x] 增加 git hook -- husky
- [x] 使用 redux,redux-thunk,redux-promise-es
- [x] 使用 vconsole
- [x] 使用 sample-request
- [x] 支持 REACT_APP_BuildHash 关闭打包hash
- [ ] 使用 sample-utils
- [ ] 使用 sample-components
基于 react-scripts 4.0.1