vuepress-plugin-autodoc:VuePress的自动JavaScript API文档

时间:2024-06-08 11:32:20
【文件属性】:

文件名称:vuepress-plugin-autodoc:VuePress的自动JavaScript API文档

文件大小:178KB

文件格式:ZIP

更新时间:2024-06-08 11:32:20

JavaScript

Vuepress Autodoc插件 概述 VuePress插件,用于通过使用类似于的API进行自动代码文档 。 安装 在专案中安装 要在Vue项目中使用此库,请通过以下方式将包添加到包依赖项中: npm install --save-dev vuepress-plugin-autodoc 或者,: yarn add -D vuepress-plugin-autodoc 快速开始 配置 要在项目文档中使用此功能,请遵循VuePress 。 这是一个简单的示例: module . exports = { plugins : [ 'vuepress-plugin-autodoc' ] } 引用代码 将VuePress配置为使用此插件后,您可以使用以下方法自动为项目中的代码生成API文档: # API Section ## Full Documentation /autodoc


【文件预览】:
vuepress-plugin-autodoc-master
----.eslintrc(377B)
----rollup.config.js(663B)
----yarn.lock(429KB)
----src()
--------index.css(593B)
--------index.js(7KB)
----.babelrc(142B)
----.travis.yml(71B)
----LICENSE(1KB)
----README.md(3KB)
----docs()
--------.vuepress()
--------README.md(3KB)
----tests()
--------index.test.js(4KB)
----.gitignore(64B)
----.jest.json(112B)
----package.json(2KB)

网友评论