Skip to content

BYChoo/webpack-multi-page

Repository files navigation

webpack-multi-page

webpack 多页面打包项目

运行项目

# development
$ npm install
$ npm run dev

# production
$ npm install
$ npm run build

自动生成页面

$ npm run new:view 

项目配置

  • pug
  • eslint
  • jquery
  • typescript

可在config.js中选择是否开启

热更新问题

支持jscss热更新,如需要 html 热更新可在view/页面文件夹/同页面名字.js中引用pug/html文件

// index.js
require('./index.pug');

About

webpack多页面打包项目

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published