Reputation: 14208
I understand that the intended setup is. Seperate backend server (e.g. Sails, Laravel, ...) plus frontend server with nuxt.js or prerendered static content generated with nuxt and statically hosted (e.g. AWS S3, now, ...)
I am wondering if it is also possible to run sails and nuxt within the same node/express instance.
Upvotes: 0
Views: 339
Reputation: 242
Nuxt.js can be used as a middleware so i think you can. Check the docs: Using nuxt.js programmatically
Upvotes: 1