Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember.js: The New Black

Ember.js: The New Black

The new black means 'the new fad, trend, or style of the moment.'

15 mins presentation on how to start with Ember JavaScript framework including use of Ember CLI tool and Ember Inspector browser extension. Also I tried to clarify difference between routes and resources.

Online Keynote version is available: https://www.icloud.com/keynote/AwBWCAESEI5cIGTlINhyDt1JdL0A2IgaKtmM_aCc2HcPH-mnR48FG2-69fD1jDjUrJOASmRuYj9G2uCYs2CFwY7ipgMCUCAQEEIIEKonouq0IbSzRkAtJqW2CF7kgUjUe0L_sxaCoYvtU2#Ember

Avatar for Marat Dyatko

Marat Dyatko

November 27, 2014
Tweet

Other Decks in Programming

Transcript

  1. IDEAS 3 More Productive Out of The Box Convention Over

    Configuration Don’t Break The Web
  2. EMBER CLI 6 Project Creation Blueprint Code Generation Assets Compilation

    Development Server Watcher & Livereload Server Mock Server npm install ember-cli -g
  3. ROUTING 13 RESOURCE Big & Absolute UserRoute ROUTE Small &

    Relative UserCreateRoute UserEditRoute …
  4. ROUTER 17 JavaScript users.js users/create.js user.js user/edit.js Handlebars users.hbs users/create.hbs

    user.hbs user/edit.hbs URLs /users /users/create /users/:id /users/:id/edit