# wework **Repository Path**: agent_26/wework ## Basic Information - **Project Name**: wework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-17 - **Last Updated**: 2026-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wework DataEye 数据门户,前后端合并仓库。 - `wework-plugin/`:后端(FastAPI,DataEye 代理 + 飞书 OAuth) - `wework-web/`:前端(Vue 3 + Vite) ## 运行 后端: ``` cd wework-plugin python -m venv .venv && .venv/bin/pip install -r requirements.txt .venv/bin/python main.py --env=dev ``` 前端: ``` cd wework-web npm install npm run dev ```