react-dot-rapidoc
v1.0.1
Published
RapiDoc Fork- Open API spec viewer with built in console
Downloads
257
Readme
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