Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 489 Bytes

File metadata and controls

33 lines (24 loc) · 489 Bytes

Kaleido-client

🚀 Assistant tool developed based on Electron+Vue, supporting functions such as connecting to databases and generating code。
后端传送门

Functionality

  • View table DDL
  • Java code preview and generation

Project Setup

Install

$ yarn install

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux