generator-zapp

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorZapp from 'https://cdn.skypack.dev/generator-zapp';
</script>

README

Web app generator Build Status

Yeoman generator that scaffolds out a front-end web app using gulp for the build process

screenshot

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 or gulp 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 and gulp 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 of bower and npm after scaffolding has finished.