# minidoc **Repository Path**: miniarch/minidoc ## Basic Information - **Project Name**: minidoc - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-06 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # appInterfaceManager ### 概述 **appInterfaceManager**是为了内部App的接口开发而准备的管理小工具. ### 运行前的准备 - 需要安装`node.js >=v0.10.32`(`npm`版本为`>=2.1.5`) - 需要部署线上服务时请安装 *pm2* 。`npm install pm2 -g` - 进入项目根目录,运行`npm install` - 运行请执行命令`node bin/www`或者 有 *pm2* 时执行`pm2 start bin/www` ### 开发时请注意 - **开发时请务必不要把`node_modules`目录提交到版本库**