Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orkon/jspm-ember-vcl
https://github.com/orkon/jspm-ember-vcl
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orkon/jspm-ember-vcl
- Owner: OrKoN
- License: mit
- Created: 2015-02-24T14:57:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T16:33:40.000Z (over 9 years ago)
- Last Synced: 2023-04-09T19:07:14.985Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`