Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenrique/gulp-angular-semantic-ui
Yeoman generator for beautiful and responsive webapp
https://github.com/gustavohenrique/gulp-angular-semantic-ui
Last synced: about 2 months ago
JSON representation
Yeoman generator for beautiful and responsive webapp
- Host: GitHub
- URL: https://github.com/gustavohenrique/gulp-angular-semantic-ui
- Owner: gustavohenrique
- Created: 2014-12-23T00:04:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T16:42:06.000Z (about 9 years ago)
- Last Synced: 2024-10-28T10:54:49.453Z (2 months ago)
- Language: JavaScript
- Homepage: http://gustavohenrique.github.io/gulp-angular-semantic-ui
- Size: 969 KB
- Stars: 37
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gulp + AngularJs + Semantic-UI
==============================> [Yeoman](http://yeoman.io) generator for beautiful and responsive webapp
## Demo
[http://gustavohenrique.github.io/gulp-angular-semantic-ui](http://gustavohenrique.github.io/gulp-angular-semantic-ui/)
## Features
* Built-in preview server with livereload
* Automagically lint your scripts
* Awesome image optimization
* Token authentication
* Login form
* Table with pagination
* E2E tests using Protractor
* Unit tests using Mocha + Chai
* CSS Autoprefixing## Getting Started
### Creating
```shell
npm install -g gulp bower yo generator-gulp-angular-semantic-ui
mkdir mywebproject && cd mywebproject
yo gulp-angular-semantic-ui
bower install
npm install
```### Watching
* Run a localhost server listen on port 9000:
`gulp serve`### Building
* Concat all html, js and css files and minify them to the *dist* directory:
`gulp build`:### Testing
* Install the drivers:
`node_modules/gulp-protractor/node_modules/protractor/bin/webdriver-manager update`
* Run the server via terminal:
`gulp serve`
* Start a standalone webdriver instance (if you aren't using Chrome):
`gulp webdriver`
* Run the e2e tests:
`gulp e2e`
* For unit tests:
`npm test`## Changes
#### v0.9.0
* AngularJS 1.47
* Semantic-UI 2.1.4
* Removed gulp-postcss## License
[MIT license](http://opensource.org/licenses/MIT)