vuepress-plugin-vue-demo
Version:
> vuepress 中使用类似 element-ui 官方文档的效果:在 markdown 中写 vue 组件 demo
25 lines (24 loc) • 526 B
JSON
{
"name": "vuepress-plugin-vue-demo",
"version": "1.0.15",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vuepress",
"demo-block",
"vuepress-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/busyrat/vuepress-plugins/tree/master/packages/vue-demo"
},
"author": "busyrat",
"license": "ISC",
"dependencies": {
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0"
}
}