vue创建项目

86 阅读1分钟

1. 安装 npm 和 vite

可以去官网下载

2. 运行

npm create vite@latest

3. 切换到项目跟目录

cd vite-project

4. 安装依赖

npm install

5. 启动项目

npm run dev