Skip to main content

2 docs tagged with "hosting"

View All Tags

Deploy a React SPA to CloudBase Hosting

Run vite build to generate dist, upload to CloudBase static website Hosting via tcb hosting deploy, get automatic CDN acceleration + HTTPS; configure index.html as the error page fallback in the Console to resolve React Router refresh 404s.

Deploy a Vue SPA to CloudBase Hosting

Run vite build to generate dist, upload to CloudBase static website Hosting via tcb hosting deploy, get automatic CDN acceleration + HTTPS; configure index.html as the error page fallback for Vue Router history mode.