zoltan-nz / library-app

Detailed Ember.js v4.7 tutorial for absolute beginners. https://yoember.com

Home Page:http://library-app.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial is Outdated

jkantner opened this issue · comments

I’ve been learning Ember using v4.5, and it appears much of tutorial content is outdated. So I’m having a bit of trouble modernizing everything:

  • The code in the tutorial doesn’t match that in the repo and should be updated.
  • ember-cli-shims is causing the app to crash just it because it can’t find Ember.
  • @import "bootstrap"; won’t work.

@zoltan-nz Any help on this?

Hi @jkantner, thanks for your message.

Learning Ember.js sounds fantastic, and you will love the journey. It is an amazing framework.

Yep, you are right, the tutorial code is a little bit outdated. It should be updated to cover the latest improvements in the framework. Thanks for the reminder. I have to check it out.

WIP: #113

@jkantner Please check out the pull request. Packages and bootstrap import already updated. ;)