# 自动化测试平台vue **Repository Path**: WeiboGe2012/automated-test-platform-vue ## Basic Information - **Project Name**: 自动化测试平台vue - **Description**: 自动化测试平台前后端分离,此为前端页面,使用的是Nuxt - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 5 - **Created**: 2020-09-21 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # automated_test_platform_vue ## Build Setup ### 注意:要安装[node-v14.19.1](http://nodejs.cn/download/)、python2.7.18 ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).