webf-quickstart

Set up and test WebF-based web apps with Vite and WebF Go.

Updated Nov 17, 2024
One-click install
npx skills add https://github.com/maurodf0/anime-tracker --skill webf-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webf-quickstart
Source: https://github.com/maurodf0/anime-tracker/tree/main/.claude/skills/webf-quickstart
Command: npx skills add https://github.com/maurodf0/anime-tracker --skill webf-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly set up and test WebF-based web apps using Vite and WebF Go. It clarifies the process of using WebF Go for development and testing, outlining how to scaffold a Vite project and run it locally.

Core Features & Use Cases

  • Guided setup: Step-by-step instructions to install WebF Go, create a Vite project, and install dependencies.
  • Developer workflow: Desktop and mobile testing workflows, including loading the app into WebF Go for debugging.
  • Production guidance: Tips for building the web bundle and integrating with Flutter for production apps.

Quick Start

Download and install WebF Go for testing. Create a new Vite project, install dependencies, and start the dev server. Load the app in WebF Go on desktop or use the network URL on mobile. Verify hot-reload and, optionally, set up Chrome DevTools for debugging.

Frequently Asked Questions about webf-quickstart

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

FAQPage Schema
How do I set up a WebF project with Vite for local development?

To set up a WebF project, scaffold a new Vite project, install dependencies, and start the local dev server. You can then load the running app into WebF Go for desktop and mobile testing.

Do I need Node.js installed to start WebF development?

Yes, Node.js installation is a strict requirement for WebF development. It provides the runtime environment needed to scaffold Vite projects, install dependencies, and execute local dev server commands.

How do I test my Vite web app using WebF Go on mobile devices?

To test your Vite web app on mobile, start the local dev server and load the app into WebF Go using the network URL. This allows you to verify hot-reload and test mobile workflows directly.

What is the best way to debug a WebF app during development?

The best way to debug a WebF app is to load it into WebF Go and optionally set up Chrome DevTools. This workflow allows you to inspect elements and verify hot-reload during local development.

How do I build a WebF web bundle for production Flutter integration?

For production, you need to build the web bundle from your Vite project and integrate it with Flutter. This process transitions your app from local WebF Go testing to a production-ready environment.