Skip to content

Vue 3 + Vite ​

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

my-new-app ​

A demonstration project showing wb-flow in action. This directory contains the complete output of running wb-flow commands on a sample application.

Project Structure ​

  • .wb/workflows/ — Workflow files and command outputs
  • .wb/workflows/reports/ — Reports from each command execution

Commands Executed ​

  1. wbSetup — Project initialization
  2. wbPlan — Task planning
  3. wbAudit — Code audit
  4. wbSecure — Security scan
  5. wbTest — Test execution
  6. wbClean — Project cleanup

Report Summary ​

ReportStatusDetails
Setup✅ CompleteAll framework files created
Plan✅ Complete4 task reports generated
Security✅ PassNo critical vulnerabilities
Tests✅ PassAll test suites green
Clean✅ CompleteBuild artifacts removed

Explore ​

Browse the .wb/workflows/reports/ directory to see real output from each command. Each report shows what wb-flow produces in a real project.