Files
dify_market_manager_gui/README.md
2025-06-26 11:28:55 +08:00

607 B

dify_market_manager_gui

An Electron application with Vue

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux