https://github.com/fumeapp/vite
๐ Vitesse experience for Nuxt deployable to Fume
https://github.com/fumeapp/vite
Last synced: 4 months ago
JSON representation
๐ Vitesse experience for Nuxt deployable to Fume
- Host: GitHub
- URL: https://github.com/fumeapp/vite
- Owner: fumeapp
- Created: 2021-10-26T21:23:24.000Z (almost 4 years ago)
- Default Branch: production
- Last Pushed: 2021-10-27T04:10:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T17:14:02.373Z (8 months ago)
- Language: Vue
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Vitesse for Nuxt 2
Vitesse experience for Nuxt 2 and Vue 2.
> ๐งช Experimental
## Features
- โก๏ธ Vite + ๐ Nuxt - Instant HMR + Nuxt Ecosystem
- ๐ฆ Components auto importing
- ๐จ [Windi CSS](https://github.com/windicss/windicss) - next generation utility-first CSS framework
- ๐ [Use icons from any icon sets, with no compromise](https://github.com/antfu/vite-plugin-icons)
- ๐ฅ Use the [new `` syntax in Vue 2](https://github.com/antfu/unplugin-vue2-script-setup)
- ๐ฅ [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly
- ๐ฆพ TypeScript, of course
## Plugins
### Vue Plugins
- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs
### Nuxt Modules
- [`nuxt-vite`](https://github.com/nuxt/vite) - Vite for Nuxt 2
- [`nuxt-windicss`](https://github.com/windicss/nuxt-windicss-module) - Windi CSS integration
- [unplugin-vue2-script-setup](https://github.com/antfu/unplugin-vue2-script-setup) - `<script setup>` support for Vue 2
- [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Use Vue Composition API without importing### Vite Plugins
- [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) - components auto import
- [`vite-plugin-icons`](https://github.com/antfu/vite-plugin-icons) - icons as Vue components### Nuxt State
- [x] Dev Server
- [x] HMR
- [x] Build
- [ ] Generate (await `nuxt-vite`)## IDE Integration
We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar) to get the best experience (You might want to disable Vetur if you have it).