vue cli to vite migration example

A repo demonstrating how to migrate your Vue projects from Vue CLI to Vite

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

Customize configuration

See Configuration Reference.