# vue3-template-ts **Repository Path**: monkey-open-source/vue3-template-ts ## Basic Information - **Project Name**: vue3-template-ts - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-18 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite 基于`Vue3` + `TypeScript` + `Vite` + `Element-Plus` + `Pinia`搭建的前端框架。 ### 运行命令 1. 安装依赖 ``` pnpm install ``` 2. 运行项目 ``` pnpm run dev ``` 3. 打包项目 ``` pnpm run build ``` ### 基础配置 1. vite.config.ts中修改项目启动端口 ``` server: { port: 8080, } ```