0.0.25 • Published 10 years ago
generator-union-webapp v0.0.25
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 BrowserSync
- Sass compilation with libsass
- Automatically lint your scripts
- Map compiled CSS to source stylesheets with source maps
- Image optimization
- Automatically wire-up dependencies installed with Bower
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 dependencies:
npm install --global yo bower
- Install the generator:
npm install --global generator-union-webapp
- Run
yo union-webapp
to scaffold your webapp - Run
gulp
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies
Docs
- getting started with this generator
- recipes for integrating other popular technologies like CoffeeScript
- details about our Bower setup
Options
--skip-welcome-message
Skips Yeoman's greeting before displaying options.--skip-install-message
Skips the the message displayed after scaffolding has finished and before the dependencies are being installed.--skip-install
Skips the automatic execution ofbower
andnpm
after scaffolding has finished.
Contribute
See the contributing docs.
License
0.0.25
10 years ago
0.0.24
10 years ago
0.0.23
10 years ago
0.0.22
10 years ago
0.0.21
10 years ago
0.0.20
10 years ago
0.0.19
10 years ago
0.0.18
10 years ago
0.0.17
10 years ago
0.0.16
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago