简体中文 | English
Webpack packs a multi-page sample project.
$ git clone https://github.com/Lsnsh/webpack-mpa-sample.git --depth=1
$ cd webpack-mpa-sample
$ npm install
$ npm run dev # visit http://localhost:8080
- Manually configure multiple page entry and output.
- Automatically configure multiple page entry and output.
- Optimize the development environment configuration.
- Optimize production environment configuration.