Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Nov 10, 2019
1 parent c862c5e commit dc9e3a1
Show file tree
Hide file tree
Showing 12 changed files with 251 additions and 2,151 deletions.
14 changes: 6 additions & 8 deletions DemoCoreWeb/CodeGen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,47 @@
"DemoWebApi.DemoDataCore",
"DemoCoreWeb"
],

"CherryPickingMethods": 3
},

"ClientApiOutputs": {
"ClientLibraryProjectFolderName": "..\\..\\..\\..\\..\\DemoCoreWeb.ClientApi",
"GenerateBothAsyncAndSync": true,
"StringAsString": true,
"CamelCase": true,

"Plugins": [
{
"AssemblyName": "Fonlow.WebApiClientGenCore.jQuery",
"TargetDir": "..\\..\\..\\..\\Scripts\\ClientApi",
"TSFile": "WebApiCoreJQClientAuto.ts",
"AsModule": false,
"ContentType": "application/json;charset=UTF-8",
"CamelCase": true
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.NG2",
"TargetDir": "..\\..\\..\\..\\..\\DemoNGCli\\NGSource\\src\\ClientApi",
"TSFile": "WebApiCoreNG2ClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8",
"CamelCase": true
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.Axios",
"TargetDir": "..\\..\\..\\..\\..\\axios\\src\\clientapi",
"TSFile": "WebApiCoreAxiosClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8",
"CamelCase": true
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.Aurelia",
"TargetDir": "..\\..\\..\\..\\..\\aurelia\\src\\clientapi",
"TSFile": "WebApiCoreAureliaClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8",
"CamelCase": true
"ContentType": "application/json;charset=UTF-8"
}

]
Expand Down
Loading

0 comments on commit dc9e3a1

Please sign in to comment.