download:Selenium3+Pytest+Allure落地Python Web自动化测试完结无密
全局安装vite3( -g 表示全局安装 ) npm install create-vite@3.0.0 -g 4-2-Vite3创建项目 npm create vite@latest 回车 ? Project name: » vite-project 输入项目文件夹名称 例:my-vite-app 回车 选择 Vue 回车 选择 TypeSc'ript 回车 等待创建项目完成 4-3-依次输入命令 cd my-viye-app //进入项目文件夹 npm install //安装依赖包 npm run dev //启动项目 快捷键 Ctrl+c 停止项目 4-4-安装Element-plus+可视化表单Vfrom3 npm install element-plus --save //-S等同于--save:同时写入package.json文件 npm install @element-plus/icons-vue //安装element-plus icon图标 注意:VForm依赖Element UI,需要先安装Element-plus npm install vform-builds //安装可视化表单Vfrom3