文件名称:vuepress-plugin-demo-code::memo:vuepress的演示和代码插件
文件大小:39KB
文件格式:ZIP
更新时间:2024-05-23 00:59:17
demo code vuepress vuepress-plugin Vue
vuepress-plugin-demo-code English | vuepress的演示代码插件。 使用此插件,您可以通过以下语法同时显示演示和代码。 ::: demo
Click me!
[removed]
export default {
methods: {
onClick: () => { window.alert( 1 ) },
},
}
[removed]
:::
特征
只有一个源代码
折叠码
支持在线编辑
:check_mark: 码笔
:check_mark: JSFiddle
:check_mark: CodeSandbox
专为长代码而设计
粘折按钮
折叠代码时自动滚动到顶部
安装
首先,安装
然后安装插件
$ npm i -D vuepress-plugin-demo-code
# OR
$ yarn add -D v
【文件预览】:
vuepress-plugin-demo-code-master
----.circleci()
--------config.yml(1KB)
----.gitignore(75B)
----README.md(6KB)
----.github()
--------ISSUE_TEMPLATE()
----.all-contributorsrc(1KB)
----test()
--------index.test.js(225B)
--------OnlineEdit.test.js(401B)
--------utils.test.js(1024B)
--------__snapshots__()
--------DemoAndCode.test.js(867B)
--------.eslintrc.js(46B)
----commitlint.config.js(155B)
----docs()
--------README.md(25B)
--------.vuepress()
--------zh()
--------example()
----LICENSE(1KB)
----README-zh_CN.md(6KB)
----package.json(3KB)
----src()
--------icons()
--------constants.js(868B)
--------enhanceAppFile.js(123B)
--------OnlineEdit.vue(5KB)
--------index.js(3KB)
--------highlight.js(1KB)
--------utils.js(2KB)
--------DemoAndCode.vue(6KB)
----jest.config.js(659B)
----.editorconfig(147B)
----babel.config.js(450B)
----.eslintrc.js(521B)