# yuanfang-vue **Repository Path**: free4inno-team/yuanfang-vue ## Basic Information - **Project Name**: yuanfang-vue - **Description**: 元芳前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-03-26 - **Last Updated**: 2025-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuanfang-vue 简体中文 | [English](./README.en.md) ## 介绍 元芳 Studio 前端,为应用开发者提供 AI 智能体应用开发的前端界面 ## 开发 ```shell # 进入项目目录 cd YUANFANG-VUE # 安装依赖 npm install # (可选)通过换源解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` 确保前端、后端服务皆启动成功后,使用浏览器访问[http://localhost:9528/](http://localhost:9528/) ## 打包/发布 ```shell # 构建生产环境 npm run build:prod ``` tar -cvf yf-vue.tar.gz ./dist ## 主要页面的开发目录(部分) ```ASCII views/ ├─ app_management/ │ ├─ details/ │ ├─ edit/ │ ├─ new/ │ ├─ index.vue ├─ configuration/ │ ├─ global_setting/ │ │ ├─ edit/ │ │ ├─ index.vue ├─ login/ │ ├─ index.vue ├─ methodology/ │ ├─ editMeth/ │ ├─ newMeth/ │ ├─ index.vue ├─ profile/ │ ├─ index.vue ├─ tool/ │ ├─ SearchPanel/ │ ├─ testTool/ │ ├─ updateTool/ │ ├─ index.vue ├─ user/ │ ├─ index.vue ```