登录 注册
当前位置:主页 > 资源下载 > 9 > Apidoc Webpack插件: webpack-apidoc

Apidoc Webpack插件: webpack-apidoc

  • 更新:2024-10-23 10:43:14
  • 大小:100KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Webpack - 前端
  • 格式:ZIP

资源介绍

webpack-apidoc 使用库生成RESTful Web API文档。 这个怎么运作 /path/api/stuff.js : /** * @api { get } /user/:id Request User information * @apiName GetUser * @apiGroup User * * @apiParam {Number} id Users unique ID. * * @apiSuccess {String} firstname Firstname of the User. * @apiSuccess {String} lastname Lastname of the User. */ 安装 用安装 npm install --save-dev webpack-apidoc 用法 const Apidoc = require