mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Vue Static (SPA with Vue Router)
A Vue 3 single-page application with Vue Router, built with Vite.
Getting Started
npm install
npm run build
npm run start
Development
npm run dev
Environment Variables
Static sites only support build-time environment variables:
VITE_BUILD_PUBLIC_VAR=my-value npm run build