This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/integration_test/temple_demo
Mitchell Hanberg 5150a93e38 emit live view compatible component and slot markup
- requires the development branch of live_view currently, if you are
  going to be using live view

ci

Docs

Raise minimum elixir version to 1.9

There is some bug in EEx that was fixed in 1.9 and I can't be bothered
to make it backwards compatible with the bug.

ugh

Remove commented out line
2021-05-13 00:21:43 -04:00
..
config emit live view compatible component and slot markup 2021-05-13 00:21:43 -04:00
lib emit live view compatible component and slot markup 2021-05-13 00:21:43 -04:00
priv emit live view compatible component and slot markup 2021-05-13 00:21:43 -04:00
test Slots! 2021-05-13 00:21:43 -04:00
.formatter.exs Compile to EEx (#80) 2020-06-16 15:28:21 -04:00
.gitignore Compile to EEx (#80) 2020-06-16 15:28:21 -04:00
.tool-versions emit live view compatible component and slot markup 2021-05-13 00:21:43 -04:00
mix.exs feat: New Component API 2021-01-02 13:22:03 -05:00
mix.lock emit live view compatible component and slot markup 2021-05-13 00:21:43 -04:00
README.md Compile to EEx (#80) 2020-06-16 15:28:21 -04:00

TempleDemo

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more