generator-gulp-less-bootstrap
v1.0.3
Published
> A Generator for Yeoman to work with the Less version of Bootstrap It takes advantage of the gulp build tool for dependency management.
Maintainers
Readme
Generator Gulp Less Bootstrap
A Generator for Yeoman to work with the Less version of Bootstrap It takes advantage of the gulp build tool for dependency management.
Generator Directory Structure
├── app
│ ├── bootstrap
│ │ ├── js file
│ │ └── less file
│ ├── fonts
│ ├── html
│ │ └── index.html
│ ├── script
│ │ └── jquery-3.2.1.js
│ └── styles
│ └── index.less
├── gulpfile.babel.js
├── package.json
└── tasks
├── buld.js
├── clean.js
├── defualt.js
├── fronts.js
├── html.js
├── images.js
├── lib
│ └── args.js
├── script.js
├── server.js
└── styles.jsGetting Started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install generator-gulp-less-bootstrap - Run:
yo gulp-less-bootstrapto scaffold your project - Run
npm buildfor building andnpm serverfor preview
Previous Release:
This version includes Bootstrap 3
License
Author
ciming
