Using shoe components like socket.io with ember-cli

There are several npm packages for client libraries like ember-data. They can be imported into js files.

But the packages I install with the gazebo are not downloading.

I want to use Bootstrap and Socket.io in my Ember-cli app, but only Bootstrap has the ember-cli- * npm package, so I need to use the Socket.io bower package (which is socket.io -client).

+3


source to share





All Articles