1.0.1 • Published 3 years ago

react-dot-rapidoc v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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