Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.02 KB

development.md

File metadata and controls

49 lines (35 loc) · 1.02 KB

开发文档

在线编辑

直接点击文档内底部的编辑此页快速跳转到GitHub编辑页面直接向本仓库提交你撰写的文档

本地开发

先决条件:

  • nodejs(Version >= 16)
  • yarn(Version >= 1)

Clone 本仓库

在项目文件夹中依次运行:

yarn install
yarn add -D @vuepress/plugin-search@next
yarn docs:dev