Project website for GUI-Knowledge-Bench
- Frontend Framework: Vue 3
- UI Components: Element Plus
- Build Tool: Vite
- HTTP Client: Axios
- Interactive demonstration of multi-modal agent tuning
- Visualization of VLM-driven agent capabilities
- Tool usage efficiency metrics
- 
Clone the repository 
- 
Install dependencies 
pnpm install- Start the development server
pnpm devpnpm buildThe built files will be in the dist directory, ready to be deployed.
This project is set up for GitHub Pages deployment:
- Build the project
pnpm build- Push to GitHub
git add .
git commit -m "Ready for deployment"
git push- Configure GitHub Pages to serve from the desired branch