项目作者: danielrohers

项目描述 :
Bootstrap for static site with gulp + pug + minify + uglify + image optimization
高级语言: JavaScript
项目地址: git://github.com/danielrohers/quickness-bootstrap.git
创建时间: 2016-03-21T02:14:26Z
项目社区:https://github.com/danielrohers/quickness-bootstrap

开源协议:Other

下载


quickness-bootstrap

Bootstrap for static site with gulp + pug + stylus + uglify + image optimization

Build Status
devDependency Status

Requirements

Install NodeJS

Structure

  1. |-- project
  2. | |-- _includes <-- Include files - https://pugjs.org/language/includes.html
  3. | | |-- footer.pug
  4. | | |-- navbar.pug
  5. | |-- _layouts <-- Layout files - https://pugjs.org/language/extends.html
  6. | | |-- default.pug
  7. | |-- _mixins <-- Mixin files - https://pugjs.org/language/mixins.html
  8. | |-- _site <-- Your pug files to site
  9. | | |-- contact
  10. | | | |-- index.pug
  11. | | |-- features
  12. | | | |-- index.pug
  13. | | |-- index.pug
  14. | |-- assets
  15. | | |-- images
  16. | | | |-- example.png
  17. | | |-- javascripts
  18. | | | |-- example.js
  19. | | |-- stylesheets
  20. | | | |-- example.css
  21. | |-- dist <-- Folder with compiled files
  22. | |-- .editorconfig <-- Indentation styles - http://editorconfig.org
  23. | |-- .gitignore
  24. | |-- gulpfile.js
  25. | |-- package.json

Quick Start

The quickest way to get started with quickness is to utilize the executable quickness(1) to generate an application as shown below:

Create the app:

  1. $ npm install -g quickness
  2. $ quickness foo && cd foo

Install dependencies:

  1. $ npm install

or

  1. $ yarn

Development:

  1. $ npm start

Compile files:

  1. $ npm run deploy

or

  1. $ gulp dist

Licence

Licence