Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 296 Bytes

webpack-template webpack react项目模板

1.编译并生成开发版本

npm run dev

2.输出生产版本

npm run build

3.本地运行开发版本

npm run run

  • 2.服务器地址在 webpack -- API.js 中配置,另外生产版本需要添加 output.publicPath