Exilir with Nuxt.js

As anyone integrated this and did mix phx.server? I dont want to start 2 servers. How do I get this up in only and what is directory interaction

Are you refering to Nuxt.js? If so, isn’t necessary to use Nuxt framework, you can use Vue library as a frontend library inside Phoenix, but if you are planning to do a SPA, why not just make a REST API with phoenix and develop the SPA with Vue as a different project, this could help you with maintainabilty and scalability.