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" : {}
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1601">#c1601</a>)</em></sub></div>