Yeoman generator for basic CRUD responsive app using gulp for the build process
http://gustavohenrique.github.io/gulp-angular-semantic-ui
Please see our gulpfile.js for up to date information on what we support.
- CSS Autoprefixing
- Built-in preview server with livereload
- Automagically lint your scripts
- Awesome image optimization
- Token authentication
- Login form
- Table with pagination
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.
- Install:
npm install -g generator-gulp-angular-semantic-ui - Run:
yo gulp-angular-semantic-ui - Run
gulpfor building to thedistdirectory andgulp servefor preview
- Run
node_modules/gulp-protractor/node_modules/protractor/bin/webdriver-manager updateto install the drivers - Open a terminal window and run
gulp serveto run the application - Open another terminal window and run
gulp webdriverto start a standalone webdriver (if youren't using Chrome) - Run
gulp e2eto run the tests
(HTML/CSS/JS/Images/etc)
To install dependencies, run bower install --save package-name to get the files, then add a script or style tag to your index.html or another appropriate place.
--skip-installSkips the automatic execution ofbowerandnpmafter scaffolding has finished.