Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
/ vite Public archive
forked from nuxt/vite

⚡ Vite Experience with Nuxt 2

Notifications You must be signed in to change notification settings

ms-fadaei/vite

 
 

Repository files navigation

Vite Experience with Nuxt 2. GitHub.com/nuxt/vite

🧪 Vite mode is experimental and many Nuxt modules are still incompatible. If you find a bug, please report via issues with a minimal reproduction.

💡 We are trying to make most modules and options work out-of-the-box. If you are a module maintainer, please see this section for supporting Vite. If a module or feature is missing, feel free to open an issue.

⚡ Quick Start

Install nuxt-vite: (nuxt >= 2.15.0 is required)

yarn add --dev nuxt-vite
# OR
npm i -D nuxt-vite

Add to buildModules:

// nuxt.config
export default {
  buildModules: [
    'nuxt-vite'
  ]
}

That's it! Now you can enjoy a super fast nuxt dev experience with Vite!

📖 Read documentation for more

❤️ Credits

This module could not be possible without vite-plugin-vue2 by @underfin

Published under MIT License

About

⚡ Vite Experience with Nuxt 2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.0%
  • JavaScript 13.9%
  • Vue 3.6%
  • Other 0.5%