Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
/ webpack-mpa-sample Public archive

A sample project based on Webpack4 to package multiple pages

Notifications You must be signed in to change notification settings

Lsnsh/webpack-mpa-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简体中文 | 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

任务列表

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