Skip to content

wf-1202/gulp-pug-template

 
 

Repository files navigation

Gulp Pug Template

基于 GulpPug 的网站类项目模板。

Features

  • scss
  • postcss
  • base64
  • babel
  • pug
  • imagemin
  • clean-css
  • autoprefixer
  • uglifyjs
  • plop
  • lint-staged
  • husky

支持配置定制,使用 yaml 来编写配置文件。

Usage

# install dependencies
$ yarn

# serve with auto refresh
$ yarn dev

# build without optimazing
$ yarn build

# build with optimazing 
$ yarn build:minify

# generate template files
$ yarn plop

Required

node version ^10.13.0 || >=11.10.1

About

🍺 Website project boilerplate based on Gulp and Pug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • CSS 29.0%
  • HTML 12.1%