修改readme

This commit is contained in:
machunyu 2022-10-12 15:31:01 +08:00
parent 1111d8d11b
commit 9ff8571e6c
1 changed files with 8 additions and 13 deletions

View File

@ -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)