mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-05 01:02:40 +08:00
docs: improve build step in plugin document (#273)
构建指令不全 https://github.com/halo-dev/plugin-starter 这个链接中的readme指令是全的,有pnpmInstall这个步骤 /kind documentation ```release-note None ```
This commit is contained in:
@@ -25,6 +25,7 @@ description: 了解如何构建你的第一个插件并在 Halo 中使用它。
|
||||
这很简单,首先你需要构建插件:只需要在 `halo-plugin-hello-world` 项目目录下执行 Gradle 命令
|
||||
|
||||
```shell
|
||||
./gradlew pnpmInstall
|
||||
./gradlew build
|
||||
```
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ description: 了解如何构建你的第一个插件并在 Halo 中使用它。
|
||||
这很简单,首先你需要构建插件:只需要在 `halo-plugin-hello-world` 项目目录下执行 Gradle 命令
|
||||
|
||||
```shell
|
||||
./gradlew pnpmInstall
|
||||
./gradlew build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user