新建vue3项目 vue3对比vue2有新的新建方式,对比传统的webpack,新的Vite,速度更快 步骤 //创建 npm create vue@latest //安装依赖 npm install //运行 npm run dev vue3目录结构 除了项目中的md文件可以删除,其他的都不建议