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) · 541 Bytes

README.en-US.md

File metadata and controls

23 lines (16 loc) · 541 Bytes

简体中文 | English

webpack-mpa-sample

Webpack packs a multi-page sample project.

Usage

$ 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

TODO List

  • Manually configure multiple page entry and output.
  • Automatically configure multiple page entry and output.
  • Optimize the development environment configuration.
  • Optimize production environment configuration.