Phoenix + Vue.js CLI: How do you manage the build and development pipelines?

No. With that setup Phoenix doesn’t serve any of the Vue app’s asset’s - it strictly functions as an independent JSON server.

I had a Vue example for Phoenix 1.3 using the app.html.eex but the consensus seems to be to keep Phoenix/Vue separate so that using Nuxt.js remains an option.

For React there is elixir_react_render

but there is nothing like that for Vue yet.


Some “Phoenix as a JSON API server” resources:

Harvested from:

3 Likes