-
Notifications
You must be signed in to change notification settings - Fork 0
General
GradedJestRisk edited this page Apr 20, 2020
·
3 revisions
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