# Web Development

> Use when implementing a CloudBase Web frontend (React/Vue/Vite) after the product direction is clear — SDK init, static hosting, browser verification.

- Skill: `tencentcloudbase/web-development-4` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tencentcloudbase/web-development-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tencentcloudbase/web-development-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tencentcloudbase (https://skillmd.com/u/tencentcloudbase)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tencentcloudbase/web-development-4

---


# Web development (DSH)

- New projects: `mcp__cloudbase__downloadTemplate` with `template="react"` or `vue` first.
- Auth: CloudBase Web SDK only. Do not use mini-program OPENID on Web.
- Deploy: `mcp__cloudbase__manageHosting` `action=upload` after a local production build. CDN may cache for a few minutes; append a random query string to preview URLs.
- History-mode SPA: set the static hosting 404 document to `index.html`.

