From 9ff8571e6ce19848f3871efd40be3fc1bb28c74e Mon Sep 17 00:00:00 2001 From: machunyu Date: Wed, 12 Oct 2022 15:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e76170de..96dbbc36 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,11 @@ deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy 版本要求:>=16.14.x and <17 获取地址:https://nodejs.org/dist/ -2. 编译view前端 - ```shell - cd view-ui - npm run build - cp dist detect-plugin/ -a - ``` -3. 编译打包插件 - ```shell - cd detect-plugin - yarn compile - yarn package - vsce package - ``` +2. 编译及安装 + + 依赖npm yarn vsce vue + 编译:在当前目录执行`./build.sh`后自动编译打包,编译完成的插件位于`detect-plugin`目录下。 + 安装:在当前目录执行 ```code-oss --install-extension detect-plugin/*.vsix```即可。 + +3. 使用方式 + 查看插件首页[细节内容](detect-plugin/README.md) \ No newline at end of file