-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[project] Create Nuxt Module #199
Comments
We will want to accommodate a scenario where there's for example an @doctypes/admin folder with user, role, etc doctypes and a page located at @pages/admin/index.vue that acts as a landing page for that admin domain. |
@agritheory I'm writing down a potential spec for the docbuilder based on our conversation in Slack. While we're going through the design, I think #204 can probably move ahead and be merged, and I can create a separate PR focused on the docbuilder. Assuming the following docbuilder structure: base routes/pages -> component -> meta APIs, I think the most likely candidate to implement docbuilder is during the Vue application setup. I think the essential steps to setup docbuilder would be the following:
If this setup is correct, it could imply a few possible entry-points:
What do you think? |
Add schema-driven component auto-import - unused components should not be importedThe text was updated successfully, but these errors were encountered: