Skip to content

This repository contains several example of Vite setups.

License

Notifications You must be signed in to change notification settings

hi-ogawa/vite-setup-catalogue

 
 

Repository files navigation

Vite setup catalogue lint test

This repository contains several example of Vite setups.

Info

None of these examples uses server.proxy but it could be used to proxy some requests.

Setups

Most basic setup. Nothing special.

Using Vite with middleware mode.

Using Vite with a backend server. See Backend Integration Guide | Vite.

Using Vite behind a reverse proxy.

Warning I recommend to use "With Proxy" setup if possible. It is more simple. This exists to showcase "Direct websocket connection fallback" feature.

Using Vite behind a reverse proxy that does not support proxying websocket.

About

This repository contains several example of Vite setups.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 4.9%