# vue3-project-template **Repository Path**: WebYsy/vue3-project-template ## Basic Information - **Project Name**: vue3-project-template - **Description**: 这个是ynna的镜像地址 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-04 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3模板 [![OSCS Status](https://www.oscs1024.com/platform/badge/YanaDH/vue3-project-template.svg?size=small)](https://www.oscs1024.com/project/YanaDH/vue3-project-template?ref=badge_small) ## 1. 快速上手 ### 1.1 开发环境:全局安装 1. node 1. pnpm ### 1.2 VSCode 推荐安装插件:适配 vue3+typescript+eslint 1. TypeScript Vue Plugin (Volar) 用于 TypeScript 服务器的 Vue 插件 2. Vue Language Features (Volar) Vue3.0 语法支持 3. Vue 3 Snippets 4. ESLint 5. Prettier Formatter for Visual Studio Code ### 1.3 本地开发 安装依赖: ```js pnpm i ``` 启动项目: ```js pnpm dev ```