All Projects → richardeschloss → nuxt-vite

richardeschloss / nuxt-vite

Licence: MIT license
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-vite

nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+7.41%)
Mutual labels:  nuxt, nuxtjs
nuxt-speedkit
nuxt-speedkit will help you to improve the lighthouse performance score (100/100) of your website.
Stars: ✭ 401 (+642.59%)
Mutual labels:  nuxt, nuxtjs
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+144.44%)
Mutual labels:  nuxt, nuxtjs
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-61.11%)
Mutual labels:  nuxt, nuxtjs
nuxt3-tailwind
nuxt3 boilerplate with tailwind and dynamic routes.
Stars: ✭ 52 (-3.7%)
Mutual labels:  nuxtjs, vite
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (-1.85%)
Mutual labels:  nuxt, nuxtjs
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+81.48%)
Mutual labels:  nuxt, nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-61.11%)
Mutual labels:  nuxt, nuxtjs
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (-7.41%)
Mutual labels:  nuxt, nuxtjs
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (-33.33%)
Mutual labels:  nuxt, nuxtjs
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (-40.74%)
Mutual labels:  nuxt, nuxtjs
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (-5.56%)
Mutual labels:  nuxt, nuxtjs
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (+98.15%)
Mutual labels:  nuxt, nuxtjs
nuxt
Nuxt 3 and Vue 3 client for genealogy project. Family tree and genealogy data processing website software client.
Stars: ✭ 97 (+79.63%)
Mutual labels:  nuxt, nuxtjs
platform
Community platform for dancers
Stars: ✭ 30 (-44.44%)
Mutual labels:  nuxt, nuxtjs
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+42.59%)
Mutual labels:  nuxt, nuxtjs
nuxt-typo3
TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
Stars: ✭ 66 (+22.22%)
Mutual labels:  nuxt, nuxtjs
unplugin-icons
🤹 Access thousands of icons as components on-demand universally.
Stars: ✭ 2,064 (+3722.22%)
Mutual labels:  nuxt, vite
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+20.37%)
Mutual labels:  nuxt, nuxtjs
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-20.37%)
Mutual labels:  nuxt, nuxtjs

nuxt-vite

Nuxt Vite -- HMR so fast it'll make your head spin!

Installation:

  1. Clone this repo and in your project root, install deps:
  2. Install deps:

npm i # or yarn

If using yarn, may want to disable the npm postinstall script (by changing it to "postinstallx") since yarn workspaces have been set up.

Running:

  1. Start Nuxt.

npm run dev:nuxt # or yarn dev:nuxt

  1. Start Vite. (a separate terminal)

npm run dev:vite # or yarn dev:vite

  1. Start both at once:

npm run dev # or yarn vite

NUXT will be running on port 3000. http://localhost:3000 Vite will be on port 3001. http://localhost:3001

Customize the scripts as you see fit. It'll try to auto-open to the browser to the app's URL. For linux, the command is "xdg-open [URL]", darwin it's "open [URL]", and win32, it's "cmd /c start [URL]"

Usage:

Just edit your Nuxt stuff like you normally do! pages, components, assets, static files. They're all sym linked to the vite project! So what you do in Nuxt will mostly be seen in Vite. However, what's not in the Vite repo is the Nuxt context, so it's better for rapidly developing components in isolation, and then checking back on the Nuxt screen when you need it to work there.

Some notes: (words of caution)

Vite is so spanking new, it's probably the most awesome thing to happen to the Vue dev experience. However, with new stuff also comes that "experimental feel". Expect pain points, but if you want to be a part of something awesome, this is it.

License

MIT License

Copyright (c) Richard Schloss

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].