Deploy 1.2.2
Ship a VelinStyle site to any static host. Prefer Production Builder output over the full CDN bundle. Full guide: DEPLOY.md. Deutsch: Deploy
What to ship
Prefer dist/velin-production/ from velinstyle build --production (CSS, JS stub, themes, icons). Fallback: HTML + full/lite CSS, themes folder if used, icon sprite, component JS only if you use WCs.
Production Builder
velinstyle production . --explain -o ./dist/velin-production
# link dist/velin-production/velinstyle.css + velinstyle.js (+ themes/icons)
See Production Builder. Pin package 1.2.2+.
Static hosting
velinstyle create landing ./site
velinstyle production ./site
velinstyle check ./site --profile marketing
# deploy ./site (with production assets)
CDN pins
Pin a version — never @latest in production. Example: @birdapi/velinstyle@1.3.0. For smaller ship payloads, prefer self-hosted Production output over the full CDN CSS/IIFE.
Pre-deploy checklist
velinstyle doctor
velinstyle production . --explain -o ./dist/velin-production
velinstyle review .
velinstyle check . --profile marketing
- HTML links
dist/velin-production/when publishing trimmed assets - Theme + icon paths resolve
- No unknown
velin-*classes on critical pages - Version pin 1.2.2+