https://github.com/openlistteam/openlist-frontend
https://github.com/openlistteam/openlist-frontend
frontend legacy openlist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openlistteam/openlist-frontend
- Owner: OpenListTeam
- License: mit
- Created: 2025-06-12T06:13:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T14:31:12.000Z (3 months ago)
- Last Synced: 2025-06-28T15:34:23.342Z (3 months ago)
- Topics: frontend, legacy, openlist
- Language: JavaScript
- Size: 17.6 MB
- Stars: 36
- Watchers: 1
- Forks: 44
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenList (frontend)

[](./package.json)
[](https://www.npmjs.com/package/@openlist-frontend/openlist-frontend)
[](https://www.npmjs.com/package/@openlist-frontend/openlist-frontend)
[](https://www.npmjs.com/package/@openlist-frontend/openlist-frontend)## BUILD
You can use [the build script](./build.sh).
```plaintext
Usage: ./build.sh [--dev|--release] [--compress|--no-compress] [--enforce-tag]Options (will overwrite environment setting):
--dev Build development version
--release Build release version (will check if git tag match package.json version)
--compress Create compressed archive
--no-compress Skip compression
--enforce-tag Force git tag requirement for both dev and release buildsEnvironment variables:
OPENLIST_FRONTEND_BUILD_MODE=dev|release (default: dev)
OPENLIST_FRONTEND_BUILD_COMPRESS=true|false (default: false)
OPENLIST_FRONTEND_BUILD_ENFORCE_TAG=true|false (default: false)
```## LICENSE
MIT
## CREDITS
[OpenList](https://github.com/OpenListTeam/OpenList) is a resilient, community-driven fork of [AList](https://github.com/AlistGo/alist) — built to defend open source against trust-based attacks.