# lapi **Repository Path**: wecode2020/lapi ## Basic Information - **Project Name**: lapi - **Description**: 简易版MOCK工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-05 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lapi 简易版MOCK工具,根据文件名自动生产相应的接口 命名规则:文件名:a_b_c => 接口路径:a/b/c ### Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run start ```