BYChoo / webpack-multi-page

webpack多页面打包项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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多页面打包项目


Languages

Language:JavaScript 94.2%Language:HTML 4.9%Language:TypeScript 1.0%