# NPapitest-ui **Repository Path**: youdewo/NPapitest-ui ## Basic Information - **Project Name**: NPapitest-ui - **Description**: 基于Flask、VUE开发的前后端分离的自动化测试工具,使用excel保存用例,可视化执行结果,持续集成 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-14 - **Last Updated**: 2022-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NPapitest-ui ##### 服务化接口测试工具,使用Excel保存用例 ##### 后端基于FLASK框架开发,前端基于VUE+Ant Design实现,[后端地址](https://github.com/Night-Parrot/NPapitest "后端地址") ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).