mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-21 14:58:58 +00:00
new examples
This commit is contained in:
25
node/vue/static/README.md
Normal file
25
node/vue/static/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Vue Static (SPA with Vue Router)
|
||||
|
||||
A Vue 3 single-page application with Vue Router, built with Vite.
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
npm run start
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Environment Variables
|
||||
|
||||
Static sites only support build-time environment variables:
|
||||
|
||||
```bash
|
||||
VITE_BUILD_PUBLIC_VAR=my-value npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user