Skip to content

Instantly share code, notes, and snippets.

@petervtzand
petervtzand / gist:1763a49563b044dc37671ae937ea523d
Last active November 15, 2019 10:52
Marker App in Ember

AC's APP

  • Get inspiration / do the tutorial: https://guides.emberjs.com/release/tutorial/
  • Use Ember 3.13
  • Use css of tutorial
  • DO NOT COPY PASTE TUTORIAL AND THEN MODIFY IT UNTIL YOU HAVE CREATED NEW APP
  • Use mirage + ember data models for your data
    • all people are users
      • attr first name
      • attr last name
  • create computed property fullName
# Peter
Hoi