vue3创建项目:
node -v 检测node版本,所需版本为16.0以上
npm init vue@lateset
执行更新命令并且安装并且创建vue3
cd -项目名称
npm install 更新对应的npm
npm run dev 启动项目