# wind3-v **Repository Path**: chaochis/wind3-v ## Basic Information - **Project Name**: wind3-v - **Description**: 这是我的一个私人项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2021-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wind3-v ## 项目设置 ``` npm install ``` ### 测试环境编译 ``` npm run serve ``` ### 测试环境打包 ``` npm run build ``` ### 运行测试unit ``` npm run test:unit ``` ### 运行e2e测试 ``` npm run test:e2e ``` ### Lints and fixes files ``` npm run lint ``` ### 配置 See [Configuration Reference](https://cli.vuejs.org/config/).