generator-zapp
v0.0.4
Published
Yeoman generator
Downloads
2
Readme
Web app generator
Yeoman generator that scaffolds out a front-end web app using gulp for the build process
Features
Please see our gulpfile.js for up to date information on what we support.
- CSS Autoprefixing
- Built-in preview server with livereload
- Cross Browser synchronization with browsersync
- JSHint errors delivered with gulp-notify
- Automagically compile Less
- Automagically lint your scripts
- Awesome image optimization
- Automagically wire-up dependencies installed with Bower (when
gulp watch
orgulp wiredep
)
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json
.
Getting Started
- Install:
npm install -g generator-zapp
- Run:
yo zapp
- Run
gulp
for building andgulp watch
for preview
Third-Party Dependencies
(HTML/CSS/JS/Images/etc)
To install dependencies, run bower install --save package-name
to get the files, then run gulp wiredep
to automagically add script
or style
tags to your index.html
.
Options
--skip-install
Skips the automatic execution ofbower
andnpm
after scaffolding has finished.