赞
踩
1.安装NodeJs
2.编辑器:Visual Studio Code
3.创建Vite项目 > 安装命令:
npm init vite@latest
4.项目命名:
5 .选择Vue:
6.选vue-ts:
7.运行下面命令
cd SmallS
npm install
npm run dev
8.浏览器输入:localhost:3000