Skip to content

Instantly share code, notes, and snippets.

@sajt
Last active August 29, 2015 14:28
Show Gist options
  • Save sajt/79f8b7695db260ad2321 to your computer and use it in GitHub Desktop.
Save sajt/79f8b7695db260ad2321 to your computer and use it in GitHub Desktop.
My ember things

My Ember.js things

I love Ember because it means human in my mothertongue

Install Ember.js 2.0

ember new project-name
cd project-name
bower install ember --save-dev //choose the latest one. Now 2.0.1
bower install ember-data --save-dev //choose the latest one. Now 2.0.0

After it you must to change the bower.json to the correct versions

"ember": "2.0.1",
"ember-data": "2.0.0",
git commit -am 'Upgraded to Ember 2.0'

##Removing content security policy because with it hard to debug

npm uninstall --save-dev ember-cli-content-security-policy

##Ember.js sites The official Ember.js site Very good and advanced Ember CLI book Ember CLI 101 Book
Some screencast Embercasts Community driven place for all things Ember.js Emberflare
Find addons, categories, or maintainers Ember Observer Similar site but in orange Ember Addons Tre your Ember on-lineEmber Twiddle Sites baked with Ember (some not working) Built With Ember A little bit old tutorial Ember.js Tutorial – using Ember CLI Ask Taras! Ask me anything Ember Ember Simple Auth - lightweight authentication/authorization library for Ember.js

##Other sites Full JavaScript Book for Developers JavaScript Allongé, the "Six" Edition
Learn Node.js and other things NodeSchool

##Server side Heroku
Firebase
Parse

Image of Ember.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment