Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-web

gilbarbara320.2.5

Scaffold a modern site with jquery, modernizr, bootstrap 3 and font-awesome

yeoman-generator, web, front-end, h5bp, jquery, modernizr, underscore.js, bootstrap, font-awesome

readme

generator-web Build Status Built with Grunt

Web generator

Build a modern website with h5bp, bootstrap 3, jquery (and modernizr, underscore, Font Awesome). Uses bower for dependencies and grunt for tasks.

View the initial page: (http://gilbarbara.github.io/generator-web/)

Features

  • Built-in preview server with LiveReload
  • Automagically compile Sass
  • Automagically concatenate, lint and compress your scripts
  • Optional - Modernizr builds
  • Optional - Underscore.js
  • Optional - Font Awesome
  • Optional - Respond.js (for IE8)
  • Optional - html5shiv (for IE8)

For more information on what generator-web can do for you, take a look at the Grunt tasks used in our package.json.

Getting Started

  • Install: npm install -g generator-web
  • Run: yo web AppName
  • Run grunt serve for preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

License

MIT License

NPM