Vite 搭建Vue 开发环境

Vite 搭建Vue 开发环境

npm init @vitejs/app --template vue
或者
npm init vite-app <project-name>


  cd xxx
  npm install (or `yarn`)
  npm run dev (or `yarn dev`)

Vite

原文地址:https://www.cnblogs.com/dafei4/p/14942387.html