Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

goy-fe/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