# 前端项目说明 ## 技术栈 - vue3 - https://github.com/un-pany/v3-admin-vite ## 环境 Latest version of Visual Studio Code or AI IDE Cursor and Trae Install the recommended plugins in the .vscode/extensions.json file node 20.19+ or 22.12+ pnpm 10+ ## 本地开发 ```bash # Clone the project git clone https://github.com/un-pany/v3-admin-vite.git # Enter the project directory cd v3-admin-vite # Install dependencies pnpm i # Start the development server pnpm dev ```