⚡ Quick Start
Install nuxt-vite: (nuxt >= 2.15.0 is required)
yarn add --dev nuxt-vite
# OR
npm i -D nuxt-viteAdd to buildModules:
// nuxt.config
export default {
buildModules: [
'nuxt-vite'
]
}That's it! Now you can enjoy a super fast nuxt dev experience with Vite!
❤️ Credits
This module could not be possible without vite-plugin-vue2 by @underfin
Published under MIT License