mirror of
https://codeberg.org/setop/elm-markitup.git
synced 2025-12-19 03:23:28 +00:00
Compare commits
1 Commits
f212893125
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 3865d7fc01 |
10
README.md
10
README.md
@@ -4,10 +4,14 @@ This is a simple demonstration of using [HTML Custom Elements](https://developer
|
|||||||
|
|
||||||
Inspired by [Luke Westby](https://github.com/lukewestby)'s [Elm Europe talk](https://youtu.be/tyFe9Pw6TVE). The JavaScript custom element code is almost a verbatim copy.
|
Inspired by [Luke Westby](https://github.com/lukewestby)'s [Elm Europe talk](https://youtu.be/tyFe9Pw6TVE). The JavaScript custom element code is almost a verbatim copy.
|
||||||
|
|
||||||
To run it:
|
---
|
||||||
|

|
||||||
|
---
|
||||||
|
|
||||||
|
To test it:
|
||||||
|
|
||||||
* git clone and cd into the local copy
|
* git clone and cd into the local copy
|
||||||
* run `elm make src/Miu.elm --output js/miu-demo.js`
|
* run `./build.sh`
|
||||||
* open "demo.html" in a web browser
|
* open "index.html" in a web browser
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user