# graph3D **Repository Path**: staion/graph3D ## Basic Information - **Project Name**: graph3D - **Description**: 使用3d-force-graph创建3D图谱,仿智慧树 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-21 - **Last Updated**: 2025-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # graph3D #### 介绍 使用 vue3 vite ts 3d-force-graph tweenjs three-spritetext开发3d图谱项目 #### 安装教程 ```js pnpm install pnpm dev ``` #### 使用说明 #### Graph3D图谱工具使用 - 智慧树 ```js // 1. 安装npm包 pnpm install 3d-force-graph // three pnpm install --save three // tween pnpm install @tweenjs/tween.js // three-spritetext pnpm install three-spritetext ```