ember-cli-uw-slim-header
v0.0.8
Published
A UW Boundless theme header component for Ember
Downloads
5
Readme
ember-cli-uw-slim-header
A thin UW "Boundless" theme header ember component. For use on University of Washington web sites.
Installation
(Assuming ember-cli > 0.1.5)
ember install ember-cli-uw-slim-header uw-slim-header
You can now use the {{uw-slim-header}}
component in your
templates/components/application.hbs
file.
Note: you'll probably have to delete your auto-generated app/styles/app.css
This plugin's installation process will not automatically delete it for you as
to not clobber it if there's anything useful in there. Copy your styles into
the new app/styles/app.scss
before you delete it.
Contributing
Pull Requests welcome, even better if they are tested.
Installation for development
git clone
this repositorynpm 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/.