Created
June 4, 2020 08:37
-
-
Save Wolfr/9e9440b604b49258a7bf9591085b0f0a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
tree . | |
. | |
|-- CONTRIBUTING.md | |
|-- LICENSE.md | |
|-- README.md | |
|-- addon | |
| |-- components | |
| | |-- alert.hbs | |
| | |-- alert.js | |
| | |-- avatar.hbs | |
| | |-- avatar.js | |
| | |-- badge.hbs | |
| | |-- badge.js | |
| | |-- button.hbs | |
| | |-- button.js | |
| | |-- icon.hbs | |
| | |-- icon.js | |
| | |-- input.hbs | |
| | `-- input.js | |
| `-- styles | |
| `-- ember-jui.css | |
|-- app | |
| `-- components | |
| |-- alert.js | |
| |-- avatar.js | |
| |-- badge.js | |
| |-- button.js | |
| |-- icon.js | |
| `-- input.js | |
|-- config | |
| |-- ember-try.js | |
| `-- environment.js | |
|-- dist | |
| |-- assets | |
| | |-- auto-import-fastboot.js | |
| | |-- dummy.css | |
| | |-- dummy.js | |
| | |-- dummy.map | |
| | |-- test-support.css | |
| | |-- test-support.js | |
| | |-- test-support.map | |
| | |-- tests.js | |
| | |-- tests.map | |
| | |-- vendor.css | |
| | |-- vendor.js | |
| | `-- vendor.map | |
| |-- index.html | |
| |-- robots.txt | |
| |-- testem.js | |
| `-- tests | |
| `-- index.html | |
|-- ember-cli-build.js | |
|-- index.js | |
|-- package-lock.json | |
|-- package.json | |
|-- testem.js | |
|-- tests | |
| |-- dummy | |
| | |-- app | |
| | | |-- app.js | |
| | | |-- components | |
| | | |-- controllers | |
| | | |-- helpers | |
| | | |-- index.html | |
| | | |-- models | |
| | | |-- router.js | |
| | | |-- routes | |
| | | |-- styles | |
| | | | `-- app.css | |
| | | `-- templates | |
| | | `-- application.hbs | |
| | |-- config | |
| | | |-- environment.js | |
| | | |-- optional-features.json | |
| | | `-- targets.js | |
| | `-- public | |
| | `-- robots.txt | |
| |-- helpers | |
| |-- index.html | |
| |-- integration | |
| | `-- components | |
| | |-- alert-test.js | |
| | |-- avatar-test.js | |
| | |-- badge-test.js | |
| | |-- button-test.js | |
| | |-- icon-test.js | |
| | `-- input-test.js | |
| |-- test-helper.js | |
| `-- unit | |
`-- vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment