Home

Issue: 1785

Multiple NuxtJS Instances

[issue link]

Hei! I wonder if nuxtjs can multiply installed on a shared express framework. like one nuxtjs for storefront another nuxtjs setup for admin dashboard but sharing the same express app.js

something like this can be achievable?

Eg :
./
server
storefront -> srcDir for storefront
----pages
----components…
dashboard -> another srcDir for admin dashboard
----pages
----components…
app.js
nuxt.config.js
package.json

nuxt config can be an object like

storefront: {
 "head": {},
 "build": {}
},
dashboard: {
 "head": {},
 "build" : {}
}
This question is available on Nuxt.js community (#c1601)