Rebuild of Elixir Conflux (with acquired knowledge).
Create with: mix phx.new --no-ecto --no-mailer --no-dashboard --live live_vue
- Elixir 90.9%
- HTML 3.9%
- CSS 3.6%
- JavaScript 1.4%
- Shell 0.1%
- Other 0.1%
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| .iex.exs | ||
| .tool-versions | ||
| AGENTS.md | ||
| build.sh | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
| run.bat | ||
| run.sh | ||
LiveVue
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Rebuild of Elixir Conflux (with acquired knowledge). Create with: mix phx.new --no-ecto --no-mailer --no-dashboard --live live_vue
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix