-
Apidoc Webpack插件: webpack-apidoc
资源介绍
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