# 接口自动化前端 **Repository Path**: gotesting1/tpfront ## Basic Information - **Project Name**: 接口自动化前端 - **Description**: 前后端分离自动化平台项目,前端vuetify框架编写 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-06 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tpfront ## 安装项目 ``` npm install ``` ### 启动项目 ``` npm run serve ``` ### 构建打包项目 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).