mirror of https://github.com/alibaba/arthas.git
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.
304d51d2e3 | 2 years ago | |
---|---|---|
.. | ||
docs | 2 years ago | |
.gitignore | 3 years ago | |
.prettierignore | 3 years ago | |
.prettierrc.json | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
pom.xml | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Arthas 文档网站(power by vuepress)
项目运行
# 安装依赖
npm install
# 启动项目
npm run docs:dev
# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build