harbor/src/portal/app-swagger-ui
Shijun Sun bfd44b9115
Update UI package to clear security alerts (#19553)
Signed-off-by: AllForNothing <sshijun@vmware.com>
2023-11-08 15:30:08 +08:00
..
src Remove chart api (#18265) 2023-02-24 14:47:42 +08:00
favicon.ico update icons (#18767) 2023-07-12 17:35:14 +03:00
index.html Change title for Swagger UI (#17451) 2022-08-24 16:00:26 +08:00
package-lock.json Update UI package to clear security alerts (#19553) 2023-11-08 15:30:08 +08:00
package.json Update UI package to clear security alerts (#19553) 2023-11-08 15:30:08 +08:00
README.md Change title for Swagger UI (#17451) 2022-08-24 16:00:26 +08:00
webpack.dev.js.temp Refactor swagger ui (#17428) 2022-08-23 12:03:45 +08:00
webpack.prod.js Refactor swagger ui (#17428) 2022-08-23 12:03:45 +08:00

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