[Feature request] custom themeLayoutPath
#600
Labels
type: feature request
Request to add a new feature
version: next
Planned to do or already included in the next(1.0.0) version
Feature request
What problem does this feature solve?
VuePress resolves theme by using path as
vuepress-theme-${siteConfig.theme}/Layout.vue
.But for some security reason, some companies have their own
npm registry
. And the VuePress themes using in the company should only publish in theprivate npm registry
. For no conflict with the public npm registry, the private npm packages published in the company should with a scope like@cip/vuepress-theme-security
.What does the proposed API look like?
in
.vuepress/config.js
How should this be implemented in your opinion?
Are you willing to work on this yourself?**
I'm not sure.
The text was updated successfully, but these errors were encountered: