Skip to content

bhatshravan/RapiDoc

 
 

Repository files navigation

RapiDoc

Custom RAPIdoc with HTTP bearer not using auth button

Build Process

# Clone / Download the project then
npm install

# build will generate rapidoc-min.js, this is the only file you will need.
# use it in the script tag of your html <script type="text/javascript" src="rapidoc-min.js"></script></body>
npm run build

# for developement use yarn serve (this will start an webserver at port 8080, then navigate to localhost:8080)
npm run serve

Contribution

About

RapiDoc - Custom-Element for OpenAPI Spec

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.2%
  • Other 0.7%