vue3笔记

93 阅读1分钟

1、vite创建项目

npm config set registry https://registry.npm.taobao.org

npm init vite-app projectName

访问地址:http://127.0.0.1:3000/