运行.sh文件的三种命令方式:
(1)sh create.sh
(2)./create.sh
(3)/bin/sh create.sh
#启动.sh文件,文件内部是一下命令(脚本)
npm init vite hello-vue3
cd hello-vue3
yarn
yarn dev
标签:项目,create,yarn,sh,构建,vue3,hello,vite
From: https://www.cnblogs.com/Sultan-ST/p/16797900.html