# vue-template **Repository Path**: wstee/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: vue3基础模板(包含axios,mock配置),vue3大屏项目基础模板(包含echarts),方便快速开始项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-12-06 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, template, 大屏, Echarts, 模板 ## README # vue-template ## vue3基础项目模板 vue3 + vite + ts + eslint + prettier + axios + sass + mock ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ```