写了个支持大漠新布局的 webpack 组合

大漠新布局主要用来代替 rem,文章地址为:http://www.w3cplus.com/css/vw-for-layout.html

可以使用 Pug(Jade) + Stylus + ES6 + Webpack dev server 写网页,非常方便

支持功能有

Support browserSync

Postcss plugin SVG, VW, Aspect-Ratio out of box

Support Pug

Support Stylus

Support ES6

前置依赖2个工具

yeoman和yarn,没装的分别安装一下

yeoman

$ npm install -g yo

yarn

https://yarnpkg.com/en/docs/install#windows-tab

安装使用方便,直接 npm 安装

npm install -g generator-webpack-humble

然后就可以开发和打包啦

$ npm run dev  #Launches the server

$ npm run build  #Built the files

github 地址为:https://github.com/dxcqcv/generator-webpack-humble

觉得好用记得点 star,有问题直接 issues 或 pull request

你可能感兴趣的:(写了个支持大漠新布局的 webpack 组合)