vue-app

Package Vue 3 single-page apps for Android WebView without a build step.

5.5k|794|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/shiaho777/web-to-app --skill vue-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vue-app
Source: https://github.com/shiaho777/web-to-app/tree/main/app/src/main/assets/skills/vue-app
Command: npx skills add https://github.com/shiaho777/web-to-app --skill vue-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Develop Vue 3 single-page applications that run inside an Android WebView without a build step, enabling fast mobile prototyping and on-device testing.

Core Features & Use Cases

  • No-build Vue SPA workflow: run a Vue 3 app directly in a WebView using the pre-bundled runtime provided in assets/vendor/vue.global.prod.js.
  • Simple project structure: index.html, app.js, components/, and assets/ mirror a lightweight, maintainable layout for quick iterations on mobile UI.
  • Ideal use cases: internal demos, offline-enabled UI components, and small web-based apps packaged for on-device distribution.

Quick Start

Open index.html in the workspace to boot the Vue app using the included runtime.

Frequently Asked Questions about vue-app

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

FAQPage Schema
How do I run a Vue 3 app in an Android WebView without a build step?

You can run a Vue 3 app in an Android WebView without a build step by using a pre-bundled Vue runtime. Open the index.html file in your workspace to boot the app using the included runtime at assets/vendor/vue.global.prod.js.

What is the required project structure for a no-build Vue 3 single-page app?

A no-build Vue 3 single-page app requires a static project structure containing index.html, app.js, a components directory, and an assets directory to maintain a lightweight layout for quick mobile UI iterations.

Can I use this no-build Vue workflow for offline Android demos?

Yes, this workflow is ideal for offline Android demos. It targets on-device app prototyping, offline-capable UI components, and small web-based apps packaged for on-device distribution inside a WebView.

Does this Vue 3 WebView workflow require Node.js or npm to start?

No, this workflow does not require Node.js or npm. It uses a pre-bundled Vue runtime included in the assets directory, allowing you to bypass complex build steps and start mobile prototyping immediately.

When should I avoid using a pre-bundled Vue runtime in an Android WebView?

You should avoid using a pre-bundled Vue runtime in an Android WebView for large-scale applications requiring complex tooling. This workflow is designed for simple projects, internal demos, and offline-enabled UI components rather than full builds.