<! -- Documentation -->
Documentation
Description
- Chinese document source code in microi-doc, using VitePress development.
- If you find errors in the documentation, please submit Pull requests to help us improve.
Run the document locally
- If you need to run the document locally, you only need to pull the document to the local run.
WARNING
Node.js version 18 or above is recommended. If the version is too low, the dependency package may fail to be installed.
By default, pnpm is used as the tool to install dependency packages. If you use yarn or npm without lock, the latest version of dependency may be installed.
bash
# 拉取代码
git clone https://gitee.com/ITdos/microi.net.git
# 安装依赖
pnpm install
# 运行文档
pnpm docs:dev
# 打包文档
pnpm docs:build