Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
vuepress-plugin-component-catalog
Advanced tools
This plugin is for generating a component catalog of Vue.js. The catalog page is generated by adding it to the VuePress plugin.
This plugin is for VuePress Next(v1.x.x).
$ yarn add -D vuepress@next vuepress-plugin-component-catalog
module.exports = {
// ...
plugins: [
[
'vuepress-plugin-component-catalog',
{
componentsDir: <your component directory>,
},
],
],
};
This plugin uses custom blocks of SFC.
<docs>
# Base Button
Can be written with Markdown.
VuePress markdown extensions are also available.
[[toc]]
When you write a component, it will be mounted and displayed.
<base-button>Smaple Button</base-button>
<docs>
<template>
<button type="button"><slot /></button>
</template>
<script>
export default {
// ...
}
</script>
See example directory.
FAQs
Generating a component catalog of Vue.js.
The npm package vuepress-plugin-component-catalog receives a total of 0 weekly downloads. As such, vuepress-plugin-component-catalog popularity was classified as not popular.
We found that vuepress-plugin-component-catalog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.