You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Plenty of customizing options, including selection of brand colors
18
18
- Supported on Chrome, FireFox and Safari. (Not yet tested on Edge)
@@ -21,15 +21,18 @@ Custom Eelement for Open-API to PDF generation
21
21
[Check out the usage and examples](https://mrin9.github.io/RapiPdf/)
22
22
23
23
## Build Process
24
-
We recommend `yarn` over `npm` as we use yarn [resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) to keep the bundle size smaller. As of this writing this feature is not supported in npm natively
24
+
We recommend `yarn` over `npm` as we use yarn [resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) to keep the bundle size smaller. As of this writing this feature is not supported in npm natively
25
25
```bash
26
26
# Clone / Download the project then
27
27
yarn install
28
28
29
29
# build will generate rapidoc-min.js, this is the only file you will need.
30
30
# use it in the script tag of your html <script type="text/javascript" src="rapidoc-min.js"></script></body>
31
-
yarn build
31
+
yarn build
32
32
33
-
# for developement use yarn serve (this will start an webserver at port 8080, then navigate to localhost:8080)
33
+
# for developement use yarn serve (this will start an webserver at port 8080, then navigate to localhost:8080)
34
34
yarn serve
35
+
36
+
# alternative to yarn serve: (this will start an webserver at port 8080 listening to all adapters)
0 commit comments