An open API service indexing awesome lists of open source software.

https://github.com/tristantoye/ember-cli-taco

A taco component for ember-cli
https://github.com/tristantoye/ember-cli-taco

ember ember-cli ember-cli-addon taco

Last synced: 11 months ago
JSON representation

A taco component for ember-cli

Awesome Lists containing this project

README

          

# ember-cli-taco

## Usage

### Installation

```
ember install ember-cli-taco
```

### Get a taco

Add a taco to your project easily with this addon.

```
{{taco-me}}
```

### Dress your taco

```
toppings = {
cheese: true
}

{{taco-me toppings=toppings}}
```

## Development

This README outlines the details of collaborating on this Ember addon.

## Installation

* `git clone ` this repository
* `cd ember-cli-taco`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).