🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@byte-web-base/byte-db-docs

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byte-web-base/byte-db-docs

## Getting Started

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
-66.67%
Maintainers
5
Weekly downloads
 
Created
Source

ByteDBDocs

Getting Started

Install dependencies,

$ yarn

Start the dev server,

$ yarn start

文件结构

├── bin
│   └──index.js               # 处理.dbml文件的脚本
│
├── src
│   └──pages
│      └──ERGraphDemo
│         └──mock.ts          # 储存数据
│   
├── lib                       # bin调用的函数库
│
│   
└── src                       # 可视化代码

开发流程思路

  • 通过包读取.dbml文件并得到db对象
  • 根据db对象生成mock.ts
  • mock.ts加入模板中,并启动

参考资料

antv x6

DBML api

FAQs

Package last updated on 25 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts