zhoulijie / webpack-multipage

1 stars 0 forks source link

webpack搭建多页面工程

使用

//安装依赖
npm install
//run
npm start
http://locahost:3000/view/index.html

//build
npm run build