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.
15 lines
227 B
Markdown
15 lines
227 B
Markdown
3 years ago
|
<h1>Arthas 文档网站<sub>(power by vuepress)</sub></h1>
|
||
|
|
||
|
## 项目运行
|
||
|
|
||
|
```shell
|
||
|
# 安装依赖
|
||
|
npm install
|
||
|
|
||
|
# 启动项目
|
||
|
npm run docs:dev
|
||
|
|
||
|
# 发布项目(打包到 docs/.vuepress/dist 目录)
|
||
|
npm run docs:build
|
||
|
```
|