1.去node.js中文官网下载进行安装
2.安装全局脚手架
npm install -g @vue/cli
3.验证是否成功
vue --version
4.然后在项目中npm install(pnpm install)安装所需要的依赖
5.然后通过npm run dev (dev不固定)运行