/webpack-multi-page

webpack多页面打包项目

Primary LanguageJavaScript

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');