修改readme
This commit is contained in:
parent
1111d8d11b
commit
9ff8571e6c
21
README.md
21
README.md
|
@ -17,16 +17,11 @@ deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy
|
||||||
版本要求:>=16.14.x and <17
|
版本要求:>=16.14.x and <17
|
||||||
获取地址:https://nodejs.org/dist/
|
获取地址:https://nodejs.org/dist/
|
||||||
|
|
||||||
2. 编译view前端
|
2. 编译及安装
|
||||||
```shell
|
|
||||||
cd view-ui
|
依赖npm yarn vsce vue
|
||||||
npm run build
|
编译:在当前目录执行`./build.sh`后自动编译打包,编译完成的插件位于`detect-plugin`目录下。
|
||||||
cp dist detect-plugin/ -a
|
安装:在当前目录执行 ```code-oss --install-extension detect-plugin/*.vsix```即可。
|
||||||
```
|
|
||||||
3. 编译打包插件
|
3. 使用方式
|
||||||
```shell
|
查看插件首页[细节内容](detect-plugin/README.md)
|
||||||
cd detect-plugin
|
|
||||||
yarn compile
|
|
||||||
yarn package
|
|
||||||
vsce package
|
|
||||||
```
|
|
Loading…
Reference in New Issue