Multiple nuxt apps in 1 main modules/library/vendor
[issue link]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)