vue/add-static-site
Source
Usage
bash
npm exec saf-workflow kickoff vue/add-static-site <productName> <subdomainName>To run this workflow automatically, tell the agent to:
- Navigate to the target package
- Run this command
- Follow the instructions until done
Checklist
When run, the workflow will:
- Upsert 14 templates.
- Upsert 15 templates.
- Upsert 17 templates.
- Upsert 18 templates.
- Upsert 19 templates.
- Upsert 20 templates.
- Change working directory to product-name/clients/docs
- Run
npm install - Change working directory to product-name/clients/docs
- Run
npm exec saf-imports tsconfig generate -- --write
Help Docs
bash
Usage: npm exec saf-workflow kickoff vue/add-static-site <productName> <subdomainName>
Create a new SAF-powered static website using VitePress and Vuetify
Arguments:
productName Name of the new or existing product (e.g. 'product-name')
Example: "product-name"
subdomainNameName of the new subdomain for the static site (e.g. 'docs')
Example: "docs"