Stelle docs-site auf Nuxt-UI-Docs-Template-Stil um
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# FEDEO Docs Site (Nuxt Content)
|
||||
# FEDEO Docs Site (Nuxt UI + Nuxt Content)
|
||||
|
||||
Diese Docs-App basiert auf Nuxt Content und rendert die Inhalte aus dem Repository-Ordner `docs/`.
|
||||
Diese Docs-App nutzt den Standardstil des offiziellen Nuxt-UI-Docs-Templates und rendert Inhalte aus `docs/`.
|
||||
|
||||
## Lokale Entwicklung
|
||||
|
||||
@@ -11,20 +11,21 @@ npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Die App ist danach unter `http://localhost:3005` erreichbar.
|
||||
Danach ist die App unter `http://localhost:3005` erreichbar.
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
npm run preview
|
||||
```
|
||||
|
||||
## Production-Deploy
|
||||
|
||||
Das Docker-Image startet einen Node-Server auf Port `3000`.
|
||||
In der Haupt-`docker-compose.yml` wird die App hinter Traefik unter `/docs` veröffentlicht.
|
||||
Das Docker-Image startet einen Nuxt Node-Server auf Port `3000`.
|
||||
In der Haupt-`docker-compose.yml` ist der Service hinter Traefik unter `/docs` veröffentlicht.
|
||||
|
||||
## Content-Quelle
|
||||
## Content-Synchronisierung
|
||||
|
||||
Vor `dev` und `build` wird automatisch synchronisiert:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user