项目作者: Pavlicheck

项目描述 :
Gulp + Smart-grid + Pug + SASS
高级语言: HTML
项目地址: git://github.com/Pavlicheck/gulpgrid.git
创建时间: 2018-02-18T12:51:41Z
项目社区:https://github.com/Pavlicheck/gulpgrid

开源协议:

下载


Boilerplate

It’s easy Gulp+Pug+SASS+Smart-grid boilerplate

Quick start

  • Install dev-dependencies npm i
  • Install dependencies bower i
  • Launch gulp to run watchers, server and compilers
  • Launch gulp production to minify files for production

Directory Layout

  1. interact # Project root
  2. ├── /blocks/ # Source files
  3. ├── /app/ # Compiled files for developing
  4. ├── /build/ # Minified files for production
  5. ├── bower.json # List of 3rd party libraries and utilities
  6. ├── package.json # Dependencies for node.js
  7. ├── gulpfile.js # gulp.js config
  8. ├── LICENSE # License file
  9. ├── README.md # File you read