0.1.4 • Published 1 month ago

@sec-fe/sec-topo v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

拓扑编辑器

安装

  1. 前置依赖项
[
  'vue',
  'element-plus',
  'modern-normalize',
  'lodash',
  'file-saver',
  'browser-fs-access',
  '@antv/layout',
  '@antv/x6',
  '@antv/x6-plugin-clipboard',
  '@antv/x6-plugin-dnd',
  '@antv/x6-plugin-history',
  '@antv/x6-plugin-keyboard',
  '@antv/x6-plugin-minimap',
  '@antv/x6-plugin-selection',
  '@antv/x6-plugin-snapline',
  '@antv/x6-plugin-transform',
  '@antv/x6-vue-shape',
];
  1. 安装包
pnpm add @sec-fe/sec-topo
# or
yarn add @sec-fe/sec-topo
  1. 导入
import '@sec-fe/sec-topo/index.css';
import { useSecTopo, TeleportContainer } from '@sec-fe/sec-topo';