Static GitHub Issues

[2448] Multiple nuxt apps in 1 main modules/library/vendor

prev: How to define webpack on config.nuxt.js
next: Computed properties are not cached during SSR

hello @alexchopin & @Atinux .. sorry... i am newbie on nuxt.js and i want to build a large apps with nuxt, the issues are. ...

I have tried to make two domains, like "accounts.example.com" (which it is a authentication and single sign on module) and "admin.example.com" (administration module, like manage users, master data), i tried it with 2 nuxt folder, so if i build to production, it is generate a two libraries each separate folder.. the question is, can i use only one nuxtjs libraries + vendor (axios, lodash, etc,) to one folder (like) and use it in my "accounts" and "admin" domains ? and what should I do ?

(sorry for my bad language)

<!--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/c2123">#c2123</a>)</em></sub></div>