create-react-app配置多入口项目开发

1. 使用create-react-app脚手架搭建react项目 新建项目文件夹,install create-react-apphtml npm install -g create-react-app 进入到项目文件夹中:react create-react-app app cd app 启动项目:webpack npm start 2. 将项目webpack配置项分离开 npm run ej
相关文章
相关标签/搜索