webpack 构建react es6 多入口,多页面项目
前提条件:安装了node npm
先执行 npm install --registry https://registry.npm.taobao.org 安装依赖 //可以使用淘宝镜像安装,速度会快一些 --registry https://registry.npm.taobao.org
执行 npm run build 打包开发环境
使用 npm run start 开启服务预览了
打包生产资源使用 npm run prod 生产环境
| Name | Name | Last commit date | ||
|---|---|---|---|---|
webpack 构建react es6 多入口,多页面项目
前提条件:安装了node npm
先执行 npm install --registry https://registry.npm.taobao.org 安装依赖 //可以使用淘宝镜像安装,速度会快一些 --registry https://registry.npm.taobao.org
执行 npm run build 打包开发环境
使用 npm run start 开启服务预览了
打包生产资源使用 npm run prod 生产环境