Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 615 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 615 Bytes

Unreal Vault Organizer (unreal-vault-organizer)

This repository is now archived. Please check out the new Unreal Vault Organizer that works with fab https://github.com/delebash/unreal_vault_organizer_tauri/releases

Organizer your Unreal Vault your way...

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.