Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/ember-cli-pure
An Ember addon for including Pure CSS.
https://github.com/johno/ember-cli-pure
Last synced: 3 months ago
JSON representation
An Ember addon for including Pure CSS.
- Host: GitHub
- URL: https://github.com/johno/ember-cli-pure
- Owner: johno
- License: other
- Created: 2014-09-15T18:37:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T18:31:05.000Z (over 9 years ago)
- Last Synced: 2024-10-09T09:58:33.965Z (4 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-cli-pure [![Build Status](https://travis-ci.org/johnotander/ember-cli-pure.svg?branch=master)](https://travis-ci.org/johnotander/ember-cli-pure) [![Ember Observer Score](http://emberobserver.com/badges/ember-cli-pure.svg)](http://emberobserver.com/addons/ember-cli-pure)
An [ember-cli](http://ember-cli.com) addon to include [Pure CSS](http://purecss.io) in your Ember apps.
## Installation
If you are using Ember CLI >= 0.2.3:
```
ember install ember-cli-pure
```For Ember CLI < 0.2.3:
```
npm install:addon ember-cli-pure
```## Usage
That's it, Pure CSS is automagically included in your `vendor.css` file.
## Development
### Installation
* `git clone` this repository
* `npm install`
* `bower install`### Running
* `ember server`
* Visit your app at http://localhost:4200.### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
## License
BSD
Pure CSS is licensed under the [Yahoo! BSD License](https://github.com/yahoo/pure/blob/master/LICENSE.md)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestCrafted with <3 by [John Otander](http://johnotander.com).