Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orkon/jspm-ember-vcl


https://github.com/orkon/jspm-ember-vcl

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

Basic Ember App example using JSPM and VCL demo
==========

Import *.styl files.

Includes plugins to compile and bundle Handlebars templates.

For example:

```
import tmpl from './templates/template.hbs!';
var Component = Ember.Component.extend({
layout: tmpl
});
```

Ember version: 1.11.0-beta.2

Build system: gulp

Live reload: browser-sync

Transpiler: babel (6to5)

Usage
=====

1. Clone
2. `npm install`
3. `jspm init`
4. `jspm install`
5. `jspm install ember=github:components/[email protected] -o overrides/ember.json`
6. `gulp watch`