Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@vuepress/plugin-register-components
Advanced tools
register-global-components plugin for vuepress
register-components plugin for vuepress
Array | String
[]
All components in this directory will be registered as global components, naming of components will follow the components found in .vuepress/components.
module.exports = {
plugins: [
[
'register-components',
{
componentDir: somepath
}
]
]
}
{ name: string, path: string }
[]
Register global components by explicit name and path.
module.exports = {
plugins: [
[
'register-components',
{
components: [
{
name: 'V-Card',
path: 'path/to/card.vue'
}
]
}
]
]
}
1.0.0-alpha.1 (2018-09-27)
Plugin API
Refined Theme API
Permalinks
Markdown slots
Free to add new pages
Custom temp path
node_modules
, but now you can start configuring it, but don't forget to add it to gitignore.
vuepress dev docs --temp .temp # .temp is relative to process.cwd().
Custom temp path
default theme
, for now it's moved to core
.Configurable dev and ssr template
Prepare
with Plugin API
<a name="0.14.5"></a>
FAQs
register-global-components plugin for vuepress
We found that @vuepress/plugin-register-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.