Lsnsh / webpack-mpa-sample

A sample project based on Webpack4 to package multiple pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

任务列表

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

About

A sample project based on Webpack4 to package multiple pages


Languages

Language:JavaScript 83.6%Language:HTML 14.1%Language:CSS 2.3%