# yapi_dev **Repository Path**: zeki_baoruixin/yapi_dev ## Basic Information - **Project Name**: yapi_dev - **Description**: No description available - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-18 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 2021-06-28 添加接口分类可搜索 ## 本地调试 ykit s -p 4000 #启动前端 nodemon server/app.js dev -L 启动后端 ### 修改配置中的node-sass为4.14.1 ### 启动时如果报错ykit 不是内部命令需安装ykit;我一般安装这种工具到全局 ### ****临时使用淘宝加速 ### npm install --registry https://registry.npm.taobao.org ### 在win 开发需要分别启动 npm run dev-server npm run client ### 2020 10-19 添加在编辑接口时,按下ctrl+s 可以快速保存 ### 2010 10-21 修改搜索框长度,添加搜索条数,添加更新时间排序,添加创建者;最后编辑者功能 ### 2010 10-22 添加测试数据库 测试账号: 邮箱:18982975988@189.cn 密码:123456 ### 在根目录 config.json 配置信息 安装 ykit npm install -g ykit ### 后端node.js 前端React + ant