guqing a2986389b1 chore: bump devtools version to 0.0.7 (#16)
### What this PR does?
升级 devtools 版本到 0.0.7

```release-note
None
```
2023-09-26 07:58:14 +00:00
2022-10-26 18:05:39 +08:00
2022-06-08 16:01:07 +08:00
2022-06-08 16:01:07 +08:00
2022-07-18 17:15:20 +08:00
2022-10-09 17:11:59 +08:00
2023-02-27 07:26:15 +00:00

plugin-starter

Halo 2.0 插件开发快速开始模板。

开发环境

插件开发的详细文档请查阅:https://docs.halo.run/developer-guide/plugin/hello-world

git clone git@github.com:halo-sigs/plugin-starter.git

# 或者当你 fork 之后

git clone git@github.com:{your_github_id}/plugin-starter.git
cd path/to/plugin-starter
# macOS / Linux
./gradlew pnpmInstall

# Windows
./gradlew.bat pnpmInstall
# macOS / Linux
./gradlew build

# Windows
./gradlew.bat build

修改 Halo 配置文件:

halo:
  plugin:
    runtime-mode: development
    fixedPluginPath:
      - "/path/to/plugin-starter"
Description
Halo 2.0 插件开发快速开始模板
Readme GPL-3.0 6.3 MiB
Languages
Vue 54.7%
TypeScript 29.9%
Java 15.4%