mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 21:08:30 +08:00
17 lines
446 B
Markdown
17 lines
446 B
Markdown
# Jpom 服务端接口文档
|
||
|
||
## 参与开发
|
||
```
|
||
# 安装 apiDoc
|
||
npm install apidoc -g
|
||
# 生成 apiDoc 文档(需要在项目根目录执行)
|
||
apidoc -c docs/apidoc.json -i modules/server/src/ -o docs/apidoc/doc-2.8.13
|
||
```
|
||
|
||
> 开发文档:https://apidocjs.com/
|
||
>
|
||
> 示例文档:https://github.com/apidoc/apidoc/blob/master/example/_apidoc.js
|
||
>
|
||
> GitHub 仓库:https://github.com/apidoc/apidoc
|
||
>
|
||
> [开发规范](../README_CONTRIBUTE.md) |