Skip to content

技术博客探索技术的无限可能

记录学习历程,分享技术见解

快速开始

bash
# 安装依赖
npm install

# 开发模式
npm run docs:dev

# 构建静态站点
npm run docs:build

# 预览构建结果
npm run docs:preview

Released under the MIT License.