# 教育知识图谱 **Repository Path**: publick/educational-knowledge-graph ## Basic Information - **Project Name**: 教育知识图谱 - **Description**: publick/educational-knowledge-graph - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-05 - **Last Updated**: 2024-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 教育知识图谱 #### 介绍 publick/educational-knowledge-graph #### 软件架构 软件架构说明 vue3 elementplus pina ts ,axios,vite // 前端 // 后端 // 数据库 // 部署 // 监控 // 日志 // 监控 // 链路追踪 // 安全 // 持续集成 // 持续部署 // 持续交付 #### 目录结构 ``` ├── README.md ├── babel.config.js ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json ├── src │ ├── assets │ │ ├── css │ │ │ └── index.css │ │ └── img │ │ └── logo.png │ ├── components │ │ ├── App.vue │ │ ├── HelloWorld.vue │ │ └── HelloWorld.vue │ ├── router │ │ └── index.js │ ├── store │ │ └── index.js │ └── views │ ├── About.vue │ ├── Home.vue │ ├── Login.vue │ ├── Register.vue │ └── User.vue ├── vite.config.js └── yarn.lock ``` #### 功能介绍 - 功能1 - 功能2 - 功能3 ``` npm install npm run dev ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 分支 - master 主分支 - dev 开发分支 - feature 功能分支 - bugfix 修复bug分支 - release 发布分支 - hotfix 修复紧急bug分支 #### 特技