web-development

Organize React web frontend projects with standard src/dist structure and CloudBase deployment.

1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/binggg/GALAXY-VORTEX --skill web-development-binggg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-development
Source: https://github.com/binggg/GALAXY-VORTEX/tree/main/.claude/skills/web-development
Command: npx skills add https://github.com/binggg/GALAXY-VORTEX --skill web-development-binggg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web frontend projects often suffer from inconsistent structure, deployment setup, and CloudBase integration gaps. This skill provides standardized rules and practices to streamline frontend development, hosting, and CloudBase Web SDK usage across projects.

Core Features & Use Cases

  • Standard project structure conventions (src, dist, cloudfunctions) and build tooling guidance (Vite, Webpack) for reliable, scalable frontend apps.
  • Clear guidance on deploying static hosting and hash-based routing for robust, production-grade web apps.
  • Practical rules for integrating CloudBase Web SDK authentication, database access, and hosting deployment in modern web projects.

Quick Start

Follow the project structure and CloudBase Web SDK rules to initialize and deploy a new web frontend project.

Frequently Asked Questions about web-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a web frontend project for CloudBase deployment?

Structure a web frontend project using standard src, dist, and cloudfunctions directories to ensure reliable builds. This standard project structure convention streamlines scalable web app development for CloudBase static hosting.

How do I configure hash-based routing for a React app hosted on static hosting?

Configure hash-based routing to ensure robust navigation for production-grade web apps deployed to static hosting. This routing method prevents broken URLs when deploying frontend projects to environments like CloudBase.

Does the CloudBase Web SDK support authentication and database access in modern web projects?

Yes, the CloudBase Web SDK supports authentication, database access, and hosting deployment in modern web projects. Integrating the SDK enforces practical rules for secure environment configuration across your React or similar frameworks.

What is the best way to standardize build tooling for scalable frontend apps?

Standardize build tooling by applying consistent Vite or Webpack configurations for your frontend apps. This approach provides reliable, scalable web development practices and ensures a standard project structure in src and dist directories.

Why do I need to enforce environment configuration for CloudBase Web SDK usage?

Enforce environment configuration to maintain consistent CloudBase Web SDK usage across different deployment stages. This practice prevents integration gaps during authentication, database access, and static hosting deployment.