halo-admin/packages/api-client
Ryan Wang 604f27227c
chore: release 2.3.0 (#896)
#### What type of PR is this?

/kind improvement
/milestone 2.3.0

#### What this PR does / why we need it:

发布 2.3.0。

#### Does this PR introduce a user-facing change?


```release-note
None
```
2023-02-28 15:28:18 +00:00
..
src feat: add supports for initialize preset plugins (#894) 2023-02-28 14:26:18 +00:00
.eslintignore chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.eslintrc.js chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.gitignore chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
.prettierrc.js chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
README.md chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
build.config.ts chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
openapitools.json chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00
package.json chore: release 2.3.0 (#896) 2023-02-28 15:28:18 +00:00
tsconfig.json chore: move @halo-dev/api-client package to console (#854) 2023-02-17 06:30:13 +00:00

README.md

@halo-dev/api-client

Halo 2.0 的 JavaScript API 客户端请求库。使用 OpenAPI Generator 生成。

开发环境

pnpm install
# 根据 OpenAPI 3.0 生成类型和网络请求的代码,此步骤需要启动 Halo 2.0 后端。
pnpm gen
pnpm build

发布版本

pnpm release