https://github.com/abrahamspaa/wc-glimmerjs-clock
https://github.com/abrahamspaa/wc-glimmerjs-clock
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrahamspaa/wc-glimmerjs-clock
- Owner: abrahamspaa
- Created: 2021-05-24T17:52:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T18:44:16.000Z (about 5 years ago)
- Last Synced: 2023-07-21T05:39:19.392Z (about 3 years ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wc-glimmerjs-clock
This README outlines the details of collaborating on this Glimmer application.
A short introduction of this app could easily go here.
## How to build
1. Create glimmerjs app
```
ember new wc-glimmerjs-clock --blueprint @glimmer/blueprint@0.13 --web-component=glimmerjs-clock --yarn
```
2. Change ember-cli version from `2.14.0` to `3.24.0`
3. Add clock in src/ui/WcGlimmerjsClock/component.ts taken from [clock](https://svelte.dev/repl/clock?version=3.38.2)
4. Add helpers
```
ember g glimmer-helper divide
ember g glimmer-helper add
ember g glimmer-helper multiple
```
5. Run the code by
```
ember s
```