General - GradedJestRisk/ember-training GitHub Wiki
Reference:
Main objects:- components :
- controllers :
- models :
- routes :
- styles: CSS
- can include CSS library (eg Tailwind)
- templates:
- engine: glimmer (handlebars-compatible)
- helpers:
- each
- array:
- hash: create POJO
- build:
- bundle: broccoli put all code js file
- config file is ember-cli-build.js
- include post-CSS config
List:
- create app without git:
ember new <APP-NAME> --no-welcome --skip-git