solid-vchart
v0.3.0
Published
a Solid wrapper for VChart
Downloads
202
Maintainers
Readme
solid-vchart
A small Solid + Vite chart-playground (work in progress).
Status: Work in progress
What this is
This repository contains a minimal playground for building and testing chart components using Solid (with Vite). The demo app lives in playground/ and reusable components live in src/.
Quick start
Prerequisites:
- Node.js (16+ recommended)
- pnpm (recommended) — you can also use npm/yarn but commands below use pnpm
From the project root (PowerShell):
pnpm install
pnpm devCommon scripts (may vary — check package.json):
pnpm build # build production bundle
pnpm preview # preview the production buildProject layout (short)
playground/— Vite demo app / examplessrc/— demo app entry and example charts
src/— library components, types- config files:
tsconfig.json,biome.jsonc,pnpm-workspace.yaml, etc.
Notes
This project is under active development. Expect breaking changes. Contributions and feedback are welcome.
