# create-react-app-multiple-entry-config **Repository Path**: JaggerGuo/create-react-app-multiple-entry-config ## Basic Information - **Project Name**: create-react-app-multiple-entry-config - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## create-react-app-multiple-entry-config 本脚手架是基于 create-react-app 进行npm run eject重新配置,支持多页面入口。 ### `npm install` 安装依赖 ### `npm start` 开发环境调试,npm start 运行的项目通过修改 src/index.js 中不用项目的入口,即可单独调试对应的项目。 ### `npm run build` 打包项目,新增项目的只需要在 \config\webpack.config.js 文件的 line 51 行将新的项目入口添加进去即可,将打包项目到build文件夹中。 ### `npm test` 待更新……