An open API service indexing awesome lists of open source software.

https://github.com/ricardojrmcom/vera

Vega Lite with React and Typescript [WIP]
https://github.com/ricardojrmcom/vera

d3 react typescript vega vega-lite

Last synced: 3 months ago
JSON representation

Vega Lite with React and Typescript [WIP]

Awesome Lists containing this project

README

          

# 🟢 `@ricardojrmcom/vera`

Vega + React

![build](https://img.shields.io/github/workflow/status/ricardojrmcom/vera/Continuous%20Integration?style=for-the-badge)
![license](https://img.shields.io/github/license/ricardojrmcom/vera?style=for-the-badge)

![author]()

![lang](https://img.shields.io/github/languages/top/ricardojrmcom/vera?style=for-the-badge)
![version](https://img.shields.io/npm/v/@ricardojrmcom/vera?style=for-the-badge)
![size](https://img.shields.io/bundlephobia/min/@ricardojrmcom/vera?style=for-the-badge)


---


### Project

- [Project Page](https://l1b3r.notion.site/vera-1913cc82cc2c4bdf8f18607350b84c4d)
- [M0: MVP](https://l1b3r.notion.site/M0-MVP-e71e2a010a4b429185a53a409cad4337)
- [Source Code](https://github.com/ricardojrmcom/vera)
- [Releases Page](https://github.com/ricardojrmcom/vera/releases)


### Install

```tsx
npm install @ricardojrmcom/vera

yarn add @ricardojrmcom/vera
```


### Usage

```tsx
// component
import { Vera, VeraProps } from '@ricardojrmcom/vera';
```


### Project Dependencies

- TS Package Boilerplate: [🟪 @ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)
- React Module Boilerplate: [🟣 @ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)


### Dev Dependencies

- `Yarn`
- `Typescript`
- `React`
- `Vega`
- `Vega Lite`
- `Prettier`
- `ESLint`
- `Commit Lint`
- `Lint Staged`
- `Husky`
- `Jest`
- `React Testing Library`
- `Storybook`
- `Webpack`
- `Semantic Release`


---


### License

[MIT](https://github.com/ricardojrmcom/vera/blob/main/LICENSE) © Ricardo Mota ([@ricardojrmcom](https://github.com/ricardojrmcom))

Bootstrapped with 🟣[@ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)