Documentation / getting started on ember.js version 1.13
I like to use the latest released version of ember.js when I create my new application. This is version 1.13. I love using this version, so moving to 2.0 will be easy when it is released. I just got the latest version of ember-cli (using npm) and created a new ember project. But he created a project with ember version 1.12. In addition, the guides only target version 1.12.
How do I get started creating a 1.13 project? Is there a startup tutorial for version 1.13? What's the difference in filestory between 1.12 and 1.13?
The Glimmer engine is new in 1.13. How can I use this? Are the templates still * .hbs?
source to share
The Ember CLIv1.13.1
was released today and this version comes with the current stable releases of Ember 1.13.3
and Ember Data 1.13.5
.
The core Ember.js team was stretched out a little thin, implementing all the features that landed on 1.13
, so the guides suffered a bit. However, API docs have been available for a while. You can also refer to deviations for 1.13
. The guides also contain a lot of information, both Ember 1.13
post post and Ember Data 1.13
post post .
I hope that at least partially addressed your problems.
source to share