Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 267 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 267 Bytes

fecode

一个基于Vue3 + antd + g2 + g6的知识图谱可视化方案

项目设置

npm install

开发配置的编译和热加载

npm run serve

生产的编译和缩小

npm run build

整理修复文件

npm run lint