Files
2026-04-10 12:40:08 +02:00
..
2026-04-10 12:39:59 +02:00
2026-04-10 12:39:59 +02:00
2026-04-10 12:40:08 +02:00

Vue

Vue examples with SSR and static export.

Variants

SSR (Server-Side Rendering)

cd ssr
npm install
npm run dev     # development
npm run build   # build
npm start       # production server

Static Export (SPA)

cd static
npm install
npm run dev     # development
npm run build   # build to 'dist' directory
npm start       # serve static files