mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Arthas 文档网站(power by vuepress)
项目运行
# 安装依赖
npm install
# 启动项目
npm run docs:dev
# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build
# 安装依赖
npm install
# 启动项目
npm run docs:dev
# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build