# vue3-template **Repository Path**: cyj0506/vue3-template ## Basic Information - **Project Name**: vue3-template - **Description**: vue3项目搭建模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-04 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3通用项目框架搭建 > node >= 18.xx.xx > > 所用技术栈:vue3 + vite + ts + pinia + vue-router + axios + sass + eslint + prettier ## 安装 ```angular2html npm install ``` ```angular2html pnpm install ``` ## 运行 ``` npm run dev ``` ```angular2html pnpm run dev ``` ## 打包 ``` npm run build ``` ```angular2html pnpm run build ```