Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 637 Bytes

File metadata and controls

37 lines (25 loc) · 637 Bytes

PaintFlow UI

Client Web UI Server for PaintFlow.

modify .env to change the server address.

# .env
VITE_API_BASE_URL=http://10.24.1.26:7988
VITE_DEV_SERVER_HOST=0.0.0.0
VITE_DEV_SERVER_PORT=8777

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build