Installation
ember install ember-phoenix
Low-Level Use
You can import phoenix framework client-side utilities as an ES6 module
; let socket = '/socket' logger: { console; };
Recommended Use
Build a service around a socket (you will usually have only one, since phoenix multiplexes for you)
; ;
Contributing
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/.
Copyright
(c) 2016 Levanto Financial