You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/site/README.md

227 B

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build