webpack 多页面打包项目
# development
$ npm install
$ npm run dev
# production
$ npm install
$ npm run build
$ npm run new:view
- pug
- eslint
- jquery
- typescript
可在config.js
中选择是否开启
支持js
、css
热更新,如需要 html 热更新可在view/页面文件夹/同页面名字.js
中引用pug/html
文件
// index.js
require('./index.pug');