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=8777VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm installnpm run devnpm run build