ajthinking/data-story

工作流程图构建器。

安装: 640

依赖者: 0

建议者: 0

安全: 0

星标: 168

关注者: 9

分支: 15

开放问题: 0

语言: TypeScript

类型:

dev-laravel-legacy 2021-03-14 08:51 UTC

This package is auto-updated.

Last update: 2024-02-28 06:10:12 UTC


README

可视化编程 | 数据转换 | ETL | 流程设计

ds_readme_gif

文档 | 游乐场

安装

yarn add @data-story/ui

示例用法

import '@data-story/ui/data-story.css';
import { DataStory } from '@data-story/ui'

export default function Home() {
  return (
    <main className="h-screen">
      <DataStory />
    </main>
  )
}

测试

在您在本地的环境中编写测试时

# run component tests and then chose component test
yarn cy:open

# run e2e tests and then chose e2e test
yarn dev
yarn cy:open

# test on ci, only run @data-story/ui,  @data-story/core and e2e tests
yarn ci:test

许可证

MIT