# fortuna **Repository Path**: makeup1122/fortuna ## Basic Information - **Project Name**: fortuna - **Description**: fortuna - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 参考 ## back-end 1. [PureCSS](https://purecss.io/forms/) 2. [lcobucci-jwt](https://lcobucci-jwt.readthedocs.io/) 3. [Overtrue/Wechat](https://www.easywechat.com/) 4. [Hapi](https://hapi.dev/) ## front-end 1. [NProgress.js](http://ricostacruz.com/nprogress/) ## Api Documents 1. [Swagger](https://swagger.io/) 2. ~~[Swagger-PHP](https://github.com/zircote/swagger-php)~~ 4. [ApiDoc](https://apidocjs.com/) 5. [apidoc-swagger](https://github.com/fsbahman/apidoc-swagger) 安装apidoc ``` $ npm install apidoc -g ``` 生成apiDoc文件 ``` $ apidoc -i back-end/app/ -o ./apidoc ``` 安装apidoc-swagger ``` $ npm install apidoc-swagger -g ``` 生成api文件 ``` $ apidoc-swagger -i back-end/app/ -o ./ ```