步骤1

npm create vue@latest

步骤2

配置项目相关内容

创建一个空白的项目

vue-project-1

vue-project-2

cd demo01
npm install
npm run dev