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]
- Host: GitHub
- URL: https://github.com/ricardojrmcom/vera
- Owner: ricardojrmcom
- License: mit
- Created: 2022-01-11T11:26:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T04:24:21.000Z (over 3 years ago)
- Last Synced: 2025-02-23T04:31:52.597Z (8 months ago)
- Topics: d3, react, typescript, vega, vega-lite
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🟢 `@ricardojrmcom/vera`
Vega + React

![author]()



---
### 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/verayarn 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)