WebUI for Aqua Server
Go to file
dependabot[bot] b69ab2e80e
Bump loader-utils and @angular-devkit/build-angular
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v3.2.1)

Updates `@angular-devkit/build-angular` from 0.1000.4 to 15.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/15.0.0)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 06:36:54 +00:00
.github/workflows Create main yml 2020-02-01 13:41:41 +08:00
e2e @angular/cli migration - update-module-and-target-compiler-options 2020-07-18 23:54:47 +09:00
src [general] Only load database after login. 2020-07-24 22:56:29 +09:00
.browserslistrc @angular/cli migration - rename-browserslist-config 2020-07-18 23:53:32 +09:00
.editorconfig Init 2020-01-15 19:56:48 +09:00
.gitignore Init 2020-01-15 19:56:48 +09:00
angular.json [general] Add service worker. 2020-07-24 22:53:41 +09:00
karma.conf.js Init 2020-01-15 19:56:48 +09:00
ngsw-config.json [general] Add manifest files. 2020-07-24 22:56:09 +09:00
package-lock.json Bump loader-utils and @angular-devkit/build-angular 2022-11-19 06:36:54 +00:00
package.json Bump loader-utils and @angular-devkit/build-angular 2022-11-19 06:36:54 +00:00
README.md Update README.md 2020-02-27 16:00:01 +09:00
tsconfig.app.json @angular/cli migration - solution-style-tsconfig 2020-07-18 23:53:34 +09:00
tsconfig.base.json @angular/cli migration - update-module-and-target-compiler-options 2020-07-18 23:54:47 +09:00
tsconfig.json @angular/cli migration - solution-style-tsconfig 2020-07-18 23:53:34 +09:00
tsconfig.spec.json @angular/cli migration - solution-style-tsconfig 2020-07-18 23:53:34 +09:00
tslint.json @angular/cli migration - tslint-version-6 2020-07-18 23:53:33 +09:00

AquaViewer

A WebUI for AQUA Server

This project was generated with Angular CLI version 8.3.20.

Live Version

Go http://aqua.samnyan.icu/

Please notice that if you are using HTTPS, your browser may block HTTP connect to the game server.

Self Host

Go to gh-pages branch, then clone all the file or download as zip. This build is up to date with the source.

###Build From Source You need to have Angular-cli installed and run ng build --prod.

Please follow the deployment guide if you are new to angular.