Skip to content

vue/add-spa

Source

add-spa.ts

Usage

bash
npm exec saf-workflow kickoff vue/add-spa <productName> <subdomainName>

To run this workflow automatically, tell the agent to:

  1. Navigate to the target package
  2. Run this command
  3. Follow the instructions until done

Checklist

When run, the workflow will:

Help Docs

bash
Usage: npm exec saf-workflow kickoff vue/add-spa <productName> <subdomainName>

Create a new SAF-powered frontend SPA using Vue, Vue-Router, and Tanstack Query

Arguments:
  productName Name of the new or existing product (e.g. 'product-name')
              Example: "product-name"
  subdomainNameName of the new subdomain (e.g. 'admin')
              Example: "admin"