https://github.com/iboard/coex
An example of using Conion in a Phoenix LiveView application
https://github.com/iboard/coex
Last synced: 9 months ago
JSON representation
An example of using Conion in a Phoenix LiveView application
- Host: GitHub
- URL: https://github.com/iboard/coex
- Owner: iboard
- Created: 2025-01-20T17:05:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T18:56:12.000Z (over 1 year ago)
- Last Synced: 2025-09-09T11:47:16.027Z (10 months ago)
- Language: Elixir
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coex
An example application using [Conion](https://github.com/iboard/conion) in a Phoenix LiveView application.
In mix.exs/deps, if you checked out Conion first, you can use
```
{:conion, path: "../conion"}
```
or reference Conion as a package like so
```
{ :conion, "~> 0.1"}
```