Skip to content

IceApriler/webpack-multi-page

 
 

Repository files navigation

webpack-multi-page

webpack 多页面打包项目

运行项目

# development
$ npm install
$ npm run dev

# production
$ npm install
$ npm run build

项目配置

  • pug
  • eslint
  • jquery
  • typescript

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

热更新问题

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

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

About

webpack多页面打包项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.8%
  • HTML 6.0%
  • TypeScript 1.2%