KareemDabbeet
KareemDabbeet
NNuxt
Created by KareemDabbeet on 4/16/2024 in #❓・help
How to Implement (Apps Regsitrations) to a nuxt application during Runtime
I'm building a SaaS. Each user will have a list of available apps "built internally in the codebase.", and can activate or deactivate each app. Each app will contain pages, stores, and composables, effectively serving as "a module". Then, after activation, the app should be installed and available with all of its components, pages, styles, etc... I know that I can achieve the app functionality using a nuxt module. But the modules are registered during Build Time. Can I register the module in Runtime? if no, how can I achieve this scenario ? I'm not looking for a code, I'm just asking for a direction, where to search , or what methodology should I implement
6 replies