# effic-apidoc **Repository Path**: effic_team/effic-apidoc ## Basic Information - **Project Name**: effic-apidoc - **Description**: effic 接口文档生成器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # effic 接口文档生成器 - 轻松生成精美接口文档, - 基于MIT协议开源 # 安转 ```sh npm install effic-apidoc ``` # 使用 ```js let effic = require("effic") let apidoc = require("effic-apidoc") const app = effic(); // 注册接口文档 app.use("/doc",apidoc); app.listen(9000, () => { console.log("server is running"); }); ``` - 访问 http://localhost:9000/doc