Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 384 Bytes

快速开始

git clone https://github.com/15025639392/vue2-doc.git
yarn install
yarn dev

使用说明

  • 第一步,将在src/中创建文件夹编写组件
  • 第二部,在src/index.js 将您的组件导出
  • 第三步,在examples/docs下创建markdown文件并编写您的文档
  • 第四部,将您编写的文档在examples/route.config.js 配置好路由