资料内容:
1. 创建 Vue3 项目
1 # 使用 Vite 创建 Vue3 项目 2 npm create vite@latest my-login-app --template vue 3 cd my-login-app 4 5 # 安装依赖 6 npm install