Skip to content

suxin2017/create-react-app-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这个项目是一个通过create react app 创建后的项目的拓展手脚架

环境系统: macOS 10.14.4 node版本: node v10.15.0

目的

为了构建一个轻量的功能比较全的,可以开箱即用的react 手脚架

依赖

生产依赖 描述
bootstrap 经典样式框架
feather-icons svg 图标库 (删除)
node-sass 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 配合使用

npm start

启动项目

npm start

测试项目

npm run build

构建到生残环境

npm run eject

把配置文件暴露出来,默认的配置就不生效了,全由自己配置 (webpack babel eslint)

Learn More

You can learn more in the Create React App documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

About

Create react 手脚架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published