这个项目是一个通过create react app 创建后的项目的拓展手脚架
环境系统: macOS 10.14.4 node版本: node v10.15.0
为了构建一个轻量的功能比较全的,可以开箱即用的react 手脚架
生产依赖 | 描述 |
---|---|
bootstrap | 经典样式框架 |
feather-icons | |
node-sass | |
less lessloder | less 支持 |
react | react |
react-dom | react dom |
react-router-dom | react 路由 |
react-scripts | creat-react-app脚本 |
reactstrap | react 的bootstrap组件 |
开发依赖 | 描述 |
react-app-rewired | 修改create react app 配置文件 |
[customize-cra] | 和rewired 配合使用 |
启动项目
测试项目
构建到生残环境
把配置文件暴露出来,默认的配置就不生效了,全由自己配置 (webpack babel eslint)
You can learn more in the Create React App documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment