mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-29 18:58:37 +08:00
227 B
227 B
Arthas 文档网站(power by vuepress)
项目运行
# 安装依赖
npm install
# 启动项目
npm run docs:dev
# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build