vue-2-migrate-cli-to-vite
Project setup
npm install
Compiles and hot-reloads for development
npm run dev
Compiles and minifies for production
npm run build
Preview production build
npm run serve
Lints and fixes files
npm run lint
A repo demonstrating how to migrate your Vue projects from Vue CLI to Vite
Vue
npm install
npm run dev
npm run build
npm run serve
npm run lint