@vuepress-denaro/vuepress-plugin-code-preview
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

vuepress-plugin-code-preview

🎉 A vuepress plugin for codesandbox embed code preview.一个用于 codesandbox 嵌入代码预览的 vuepress 插件.

npm version GitHub stars GitHub issues
jsdelivr NPM

Usage

  • Install
# npm
npm install @vuepress-denaro/vuepress-plugin-code-preview

# yarn
yarn add @vuepress-denaro/vuepress-plugin-code-preview
  • Update plugins in .vuepress/config.js or .vuepress/config.ts

js

const {
  codePreviewPlugin,
} = require('@vuepress-denaro/vuepress-plugin-code-preview')
module.exports = {
  plugins: [codePreviewPlugin()],
}

ts

import { codePreviewPlugin } from '@vuepress-denaro/vuepress-plugin-code-preview'
import { defineUserConfig } from '@vuepress/cli'

export default defineUserConfig({
  plugins: [codePreviewPlugin()],
})
  • Write markdown

codesandbox

<DenraoCodePreview embedUrl="https://codesandbox.io/embed/avue-demo-z4uje?autoresize=1&fontsize=14&hidenavigation=1&theme=dark&view=preview" />

width

  • type: string
  • default: '100%'

The width of the container.

height

  • type: string
  • default: '650px'

The height of the container.

embedUrl

  • type: string
  • default: ''

Online code preview url.

embedBox

  • type: string
  • default: 'codesandbox'

Types of embed code previews.

Thanks

vuepress-plugin-code-preview

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.1-beta.00next
1.3.13latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.13
1.3.00
1.2.1-beta.00
1.2.0-beta.00
1.1.1-beta.00
1.1.00
1.1.0-alpha.20
1.1.0-alpha.11
1.0.2-alpha.50
1.0.2-alpha.30

Package Sidebar

Install

npm i @vuepress-denaro/vuepress-plugin-code-preview

Weekly Downloads

4

Version

1.3.1

License

MIT

Unpacked Size

9.69 kB

Total Files

16

Last publish

Collaborators

  • vxhly