New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vuepress-plugin-codeblock-next

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-codeblock-next

基于vuepress-plugin-demoblock-plus对长期支持版本的vuepress2.0x进行适配

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
2
Maintainers
0
Weekly downloads
 
Created
Source

vuepress-plugin-codeblock-next

基于vuepress-plugin-demoblock-plus对长期支持版本的vuepress2.0x进行适配

特性

  • 支持 VuePress 2.x (^2.0.0-rc.7)
  • 支持在 Markdown 中直接编写 Vue 示例
  • 支持代码块的展开/收起/复制
  • 支持 自定义组件/第三方组件

安装

npm install vuepress-plugin-codeblock-next

使用

在你的 VuePress 配置文件中添加插件:

import { demoblockPlugin } from 'vuepress-plugin-codeblock-next'

export default {
  plugins: [
    demoblockPlugin({
      // 配置项
    })
  ]
}

License

MIT

Keywords

vuepress2

FAQs

Package last updated on 14 Mar 2025

Did you know?

Socket

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.

Install

Related posts