Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leon/play-ember
Play Framework 2 Ember Plugin
https://github.com/leon/play-ember
Last synced: 9 days ago
JSON representation
Play Framework 2 Ember Plugin
- Host: GitHub
- URL: https://github.com/leon/play-ember
- Owner: leon
- Created: 2013-01-12T20:07:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-27T20:56:19.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T19:12:28.933Z (7 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember Plugin
This plugin provides build time compilation for [Ember](http://emberjs.com/) templates.
# How to install
* add
play 2.1:
```addSbtPlugin("se.radley" % "play-ember" % "0.1-SNAPSHOT")```
to your plugin.sbt
# How to Use
...# Sample
For an example, see the bundled sample app
## Licence