Vue.js, Vuetify, Vue-routes + Phoenix 1.4
The purpose of this project is to demonstrate how to incorporate Vue.js into a Elixir Phoenix application.
To start your Phoenix server:
mix deps.get
mix ecto.setup
cd assets && npm install
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.