Skip to content
/ vuejs-phoenix Public template

Vue.js, Vuetify, Vue-routes + Phoenix 1.4

Notifications You must be signed in to change notification settings

g13ydson/vuejs-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e9fbfa · Oct 28, 2019

History

7 Commits
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019

Repository files navigation

Vue.js - Phoenix 1.4 Example

The purpose of this project is to demonstrate how to incorporate Vue.js into a Elixir Phoenix application.

VuePhoenix

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • 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