generate_sfc_template_client
Download and transform SFC/Vue template files to the specified workspace directory, simplifying frontend development workflows within the Swiftcode MCP Server environment.
Instructions
下载转换 sfc / vue 列表的模板文件当前目录下 / Download the transform sfc template files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dir | Yes | workspace dir |
Input Schema (JSON Schema)
{
"properties": {
"dir": {
"description": "workspace dir",
"type": "string"
}
},
"required": [
"dir"
],
"type": "object"
}