Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 462 Bytes

简体中文 | English

webpack-mpa-sample

webpack打包多页面示例项目

使用

$ git clone https://github.com/Lsnsh/webpack-mpa-sample.git --depth=1
$ cd webpack-mpa-sample
$ npm install
$ npm run dev         # 访问 http://localhost:8080

任务列表

  • 手动配置多页面入口和输出
  • 自动配置多页面入口和输出
  • 优化开发环境配置
  • 优化生产环境配置