Jpom/docs
2022-05-13 10:56:22 +08:00
..
changelog update 2.6.x 2022-03-29 09:17:14 +08:00
fun-releases 更新在线安装命令路径 2021-03-31 15:46:17 +08:00
js commit 2.8.18 2022-04-12 13:44:43 +08:00
praise update 2022-05-12 23:15:27 +08:00
apidoc.json add apidoc 2022-02-28 18:54:36 +08:00
install.sh fix 2022-01-19 16:32:06 +08:00
jpom-service.sh update 2021-12-14 21:35:35 +08:00
README.md Update README.md in docs 2022-03-08 11:39:31 +08:00
version.txt pre commit 2.8.19 2022-05-13 10:56:22 +08:00

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

开发规范