4.8.1. VUE3

4.8.1.1. 创建项目

npm create vue@latest
cd <your-project-name>
npm install
npm run dev
npm run build