切换node版本至12.0.0及以上
npm run dev
npm run build
// 为生产环境构建产物
npm run serve
// 本地预览生产构建产物 build打包后才能看到页面
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.