# vue2+antg6实现关系图谱参考代码 **Repository Path**: devilly/antg6-Force-Atlas-2 ## Basic Information - **Project Name**: vue2+antg6实现关系图谱参考代码 - **Description**: antg6实现关系图谱的参考代码, 自己手写代码参考:http://1623354901.github.io 知识图谱标签 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-09 - **Last Updated**: 2024-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## Getting _started_ ```bash # clone the project git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git # enter the project directory cd vue-element-admin # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9527 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```