# Vue3-WebApi **Repository Path**: sqf/vue3-web-api ## Basic Information - **Project Name**: Vue3-WebApi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, elementPlus ## README # vue-app # vue3、axios、vue-router、vuex、vue-cli前端 ## 项目设置 ``` pnpm install ``` ### 用于开发的编译和热重载 ``` pnpm run serve ``` ### 编译和缩小以用于生产 ``` pnpm run build ``` ### 整理和修复文件 ``` pnpm run lint ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).