Skip to content

Latest commit

 

History

History

simple-standalone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Vavite Simple Standalone example

Simplest example that specifies a handlerEntry and handles incoming requests.

Try on StackBlitz

Clone with:

npx degit cyco130/vavite/examples/simple-standalone

All examples have "type": "module" in their package.json.

  • For Vite v2, remove it to use CommonJS (CJS).
  • If you want to use CommonJS with Vite v3+, add legacy.buildSsrCjsExternalHeuristics: true to your Vite config.