- 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
- all people are users
- create computed property fullName
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Peter | |
Hoi |