# vue-ts-app **Repository Path**: zhang-lanxxx/vue-ts-app ## Basic Information - **Project Name**: vue-ts-app - **Description**: 基础项目架子: 技术栈选用: vue3 + axios + pinia + element plus+ typescript + 代码规范(eslint + prettier) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2023-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite + Element Plus + Axios + Eslint + Prettier # vscode 编辑器推荐拓展包 ESLint Prettier Stylelint Vue Language Features (Volar) TypeScript Vue Plugin (Volar) Commit Message Editor Git History GitLens # 推荐使用 pnpm 启动项目 npm i -g pnpm pnpm i 安装依赖 pnpm dev 本地启动项目 pnpm build 构建项目 # 自定义的执行脚本 pnpm run prepare 安装 提交规则的钩子 pnpm run lint:script 检查脚本 vue 文件 pnpm run lint:style 检查样式文件规则 pnpm run lint:markup 检查错误 pnpm run prettier 格式化文件 This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `