Skip to content
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

Knockout-less plugin template that doesn't extend base-manager.htm #10672

Closed
jacobtylerwalls opened this issue Mar 11, 2024 · 1 comment · Fixed by #10678
Closed

Knockout-less plugin template that doesn't extend base-manager.htm #10672

jacobtylerwalls opened this issue Mar 11, 2024 · 1 comment · Fixed by #10678
Assignees

Comments

@jacobtylerwalls
Copy link
Member

Use case

When developing a Vue plugin that has no need to integrate with Knockout functionality or even the rest of the existing Arches front-end, including anything in javascript.htm, it would be convenient to have a template that when rendered, provides just the bare minimum:

  • a mount point for a vue app
  • an initial page title?
  • some <meta> boilerplate
  • primevue stylesheet
  • ...?

Currently, plugin.htm extends base-manager.htm and brings in the sidebars and other goodies.

Benefits

  • no arches nav bar or sidebar (plugin has its own distinct feel)
  • clarifies/declares there is no dependency on knockout or javascript.htm
  • preserves the ability for a frontend not using any other part of arches to tree-shake it all out of the build (?)

Implementation notes:

  • add a boolean field to the Plugin model?

cc @chrabyrd @robgaston

@chrabyrd chrabyrd self-assigned this Mar 11, 2024
chrabyrd added a commit that referenced this issue Mar 13, 2024
chrabyrd added a commit that referenced this issue Mar 13, 2024
@jacobtylerwalls jacobtylerwalls linked a pull request Mar 14, 2024 that will close this issue
3 tasks
chrabyrd added a commit that referenced this issue Mar 15, 2024
@jacobtylerwalls
Copy link
Member Author

Fixed in #10678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants