file-lite
v1.2.1
Published
Web file manager, tech stack Express.js + TypeScript + Vue 3
Readme
File Lite
Web file manager, tech stack Express.js + TypeScript + Vue 3

Installation
# Global installation (Windows requires administrator privileges)
npm i -g file-lite
# Run
file-lite
# Uninstall
npm uninstall -g file-liteDevelopment
Using bun to develop and compile, the final product runs in the Node.js environment
# backend
bun i
bun run dev
bun run build