0.1.7 • Published 7 years ago

swagger-vue-api v0.1.7

Weekly downloads
6
License
MIT
Repository
-
Last release
7 years ago

Swagger vue api generator

inspired by https://github.com/sonrac/swagger-vue-doc-generator

Install

npm install --save-dev swagger-vue-api

Generate api:

node ./node_modules/swagger-vue-api/script.js -s <swagger json or yaml file> 

Arguments description

ArgumentAliasDescriptionNotes
-h--helpShow this help message and exit.optional
-v--versionShow this help message and exit.optional
-s SORUCE--sorece SOURCEswagger json / yaml file.required
-o OUT--out OUToutput js file.optional default is out_data_time.js
-c CLASS--class CLASSclass nameoptional default is _api
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago