ember-processes
v0.1.10
Published
The default blueprint for ember-cli addons.
Downloads
13
Readme
ember-processes
Communicating Sequential Processes (CSP, though not to be confused with Content Security Policy).
This is still very experimental. I am still fleshing out some nice patterns. In the mean time, take a look at this Twiddle.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.