mach-cms的前台,用vue写的
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
514 B

{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.6.0",
"generators": {
"api": {
"generatorName": "typescript-axios",
"inputSpec": "../mach-cms/openapi.yaml",
"output": "src/generated/api",
"additionalProperties": {
"supportsES6": "true",
"npmName": "mach-cms-api",
"snapshot": "false",
"withInterfaces": "false"
}
}
}
}
}