Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-tux/ember-bulma
Ember-Bulma is a collection of Ember components leveraging Bulma CSS framework
https://github.com/open-tux/ember-bulma
bulma ember
Last synced: 3 months ago
JSON representation
Ember-Bulma is a collection of Ember components leveraging Bulma CSS framework
- Host: GitHub
- URL: https://github.com/open-tux/ember-bulma
- Owner: open-tux
- License: mit
- Created: 2016-03-09T23:32:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T10:21:27.000Z (about 5 years ago)
- Last Synced: 2024-10-16T17:02:54.227Z (3 months ago)
- Topics: bulma, ember
- Language: HTML
- Homepage: http://open-tux.github.io/ember-bulma/
- Size: 3.6 MB
- Stars: 59
- Watchers: 5
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/ember-bulma.svg)](https://badge.fury.io/js/ember-bulma)
[![Build Status](https://travis-ci.org/open-tux/ember-bulma.svg?branch=master)](https://travis-ci.org/open-tux/ember-bulma)
[![Ember Observer Score](http://emberobserver.com/badges/ember-bulma.svg)](https://emberobserver.com/addons/ember-bulma)[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)# ember-bulma
[Ember Bulma](http://open-tux.github.io/ember-bulma/) is a collection of Ember components and services for [Bulma](https://github.com/jgthms/bulma), a modern CSS framework by Jeremy Thomas
---
**Ember Bulma is still very much in Beta. When you come across anything that needs addressing, please [open an issue](https://github.com/open-tux/ember-bulma/issues). Thanks!**
## Installation
```
ember install ember-bulma
```This will automatically install the `ember-cli-sass` NPM dependency and create a SCSS file in your App called `styles/app.scss` with the following import statement:
```scss
@import "bulma";
```**Optional :**
```
ember install ember-font-awesome
```## Deploy
Deploy the demo app:
```sh
ember deploy production
git push upstream gh-pages
```## Documentation
- Ember Bulma:
- Bulma:## Source
- Ember Bulma:
- Bulma: