From vue-cli to vitejs

Cedric Nicoloso
Nerd For Tech
Published in
8 min readMar 30, 2021

--

I recently migrated some Vue2 projects from vue-cli / webpack to vitejs. After doing that for the third time, I started to have some exhaustive notes about the process, which I’d like to recap in this post.

Last update: Sept. 2023

package.json

devDependencies

--

--