平面图示例demo

YaolongHan ef80ecf688 提交demo il y a 3 ans
public 58d11fa26e 第一次上次 il y a 3 ans
src ef80ecf688 提交demo il y a 3 ans
.browserslistrc 58d11fa26e 第一次上次 il y a 3 ans
.eslintrc.js 58d11fa26e 第一次上次 il y a 3 ans
.gitignore 58d11fa26e 第一次上次 il y a 3 ans
README.md 58d11fa26e 第一次上次 il y a 3 ans
babel.config.js 58d11fa26e 第一次上次 il y a 3 ans
package.json ef80ecf688 提交demo il y a 3 ans
tsconfig.json 58d11fa26e 第一次上次 il y a 3 ans
vue.config.js ef80ecf688 提交demo il y a 3 ans

README.md

plan-demo

拉取依赖

  1. 先删除 package.json 中关于平面图依赖包 以下部分 "@persagy-web/base": "2.2.1", "@persagy-web/big": "2.2.43", "@persagy-web/draw": "2.2.10", "@persagy-web/graph": "2.2.40",
  2. 设置 npm 指向
npm config set registry https://registry.npmjs.org/
  1. 下载其他依赖
npm i
  1. 设置 npm 指向到私服
npm config set registry http://dev.dp.sagacloud.cn:8082/repository/npm-saga/

5 下载图相关依赖包 将以下依赖粘贴入 package.json 然后下载

    "@persagy-web/base": "2.2.1",
    "@persagy-web/big": "2.2.43",
    "@persagy-web/draw": "2.2.10",
    "@persagy-web/graph": "2.2.40",
  1. 下载引擎依赖
npm i