# 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)