harbor/src/portal/app-swagger-ui
dependabot[bot] 79c0a22ce8
Bump webpack from 5.74.0 to 5.76.0 in /src/portal/app-swagger-ui (#18352)
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 15:06:00 +08:00
..
src Remove chart api (#18265) 2023-02-24 14:47:42 +08:00
favicon.ico
index.html Change title for Swagger UI (#17451) 2022-08-24 16:00:26 +08:00
package-lock.json Bump webpack from 5.74.0 to 5.76.0 in /src/portal/app-swagger-ui (#18352) 2023-03-20 15:06:00 +08:00
package.json Bump webpack from 5.74.0 to 5.76.0 in /src/portal/app-swagger-ui (#18352) 2023-03-20 15:06:00 +08:00
README.md Change title for Swagger UI (#17451) 2022-08-24 16:00:26 +08:00
webpack.dev.js.temp
webpack.prod.js

Swagger UI

This is the project based on Swagger UI and Webpack.

Start

  1. npm install
  2. change webpack.dev.js.temp to webpack.dev.js,
cp webpack.dev.js.temp webpack.dev.js
  1. modify webpack.dev.js, replace https://example.com with an available Harbor server
  2. npm run start