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.12 (2018-10-17)
<a name="1.0.0-alpha.11"></a>
FAQs
register-global-components plugin for vuepress
The npm package @vuepress/plugin-register-components receives a total of 16,150 weekly downloads. As such, @vuepress/plugin-register-components popularity was classified as popular.
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.