Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 54s
15 lines
440 B
Markdown
Executable File
15 lines
440 B
Markdown
Executable File
|
|
### Demo of Swagger UI with Webpack.
|
|
|
|
This `webpack-getting-started` sample is for reference only.
|
|
|
|
It includes CSS and OAuth configuration.
|
|
|
|
`_sample_package.json` is a placeholder sample. You should rename this file, per `Usage` section below, and you should also verify and update this sample's `@latest` compared to the `swagger-ui@latest`
|
|
|
|
|
|
#### Usage
|
|
rename `_sample_package.json` to `package.json`
|
|
npm install
|
|
npm start
|