# TopologicalSort **Repository Path**: firepower-boy/topological-sort ## Basic Information - **Project Name**: TopologicalSort - **Description**: 基于Vue2的可视化拓扑排序项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # match ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` 系统特色: 1、用户可自定义点和边的数据添加与删除,支持用户做出微小的改变。 2、用户可操作画布拖动点的位置和实现在图中便捷的直接绘制边。 3、系统数据保存在浏览器本地,用户刷新或离开数据不会清除,可以保存方便下次查看。 4、系统数据维护完善,不论用户是自己输入删除数据、在图中进行绘制还是导入文件,所有数据都会保持同步,运行结果也会随着数据改变进行改变,无需用户手动刷新。 ![alt text](image.png) ![alt text](image-1.png) ![alt text](image-2.png) ![alt text](image-3.png) ![alt text](image-4.png)