# vue3-temp-lite **Repository Path**: genin/vue3-temp-lite ## Basic Information - **Project Name**: vue3-temp-lite - **Description**: Vue 3 + TypeScript + Vite + Vue Router 4 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-13 - **Last Updated**: 2022-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: 公开 ## README # Vue 3 + TypeScript + Vite + Vue Router 4 > Vite 需要 Node.js 版本 14.18+、16+。 ## 开始使用 ### 安装依赖 > 没有安装 pnpm 包管理器,执行命令安装 npm install -g pnpm > 解决 PowerShell 权限问题执行 Set-ExecutionPolicy RemoteSigned ``` $ pnpm i ``` ### 启动项目并打开浏览器 ``` $ pnpm dev --open ``` ### 更新全部依赖 ``` $ pnpm up ``` ### 以此项目作为新项目生成命令 ``` $ git clone --depth=1 https://gitee.com/genin/vue3-temp-lite.git my-project-name # 指定分支 $ git clone -b element-plus --depth=1 https://gitee.com/genin/vue3-temp-lite.git my-project-name ```