安装依赖,国内推荐使用cnpm或tyarn,国外推荐使用npm或yarn
npm install
运行
npm run dev 或 npm run start
打包
npm run 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.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.