Deploy 1.2.2
Eine VelinStyle-Site auf jeden Static Host bringen. Bevorzuge Production-Builder-Output statt Full-CDN. Vollständiger Guide: DEPLOY.md. English: Deploy
Was ausliefern
Bevorzuge dist/velin-production/ aus velinstyle build --production (CSS, JS-Stub, Themes, Icons). Fallback: HTML + Full/Lite-CSS, Themes-Ordner, Icon-Sprite, Component-JS nur bei WCs.
Production Builder
velinstyle production . --explain -o ./dist/velin-production
# dist/velin-production/velinstyle.css + velinstyle.js (+ Themes/Icons) verlinken
Siehe Production Builder. Package 1.2.2+ pinnen.
Static Hosting
velinstyle create landing ./site
velinstyle production ./site
velinstyle check ./site --profile marketing
# deploy ./site (mit Production-Assets)
CDN-Pins
Version pinnen — nie @latest in Produktion. Beispiel: @birdapi/velinstyle@1.3.0. Für schlankere Payloads: selbst gehosteter Production-Output statt Full-CDN.
Pre-Deploy-Checkliste
velinstyle doctor
velinstyle production . --explain -o ./dist/velin-production
velinstyle review .
velinstyle check . --profile marketing
- HTML verweist auf
dist/velin-production/bei getrimmten Assets - Theme- und Icon-Pfade auflösbar
- Keine unbekannten
velin-*-Klassen auf kritischen Seiten - Versionspin 1.2.2+