@perses-dev/clickhouse-plugin
v0.5.0-beta.0
Published
### How to install
Readme
Plugin Module: click-house
How to install
This plugin requires react and react-dom 18
Install peer dependencies:
npm install react@18 react-dom@18Install the plugin:
npm install @my-org/click-houseDevelopment
Setup
Install dependencies:
npm installGet Started
Start the dev server:
npm run devBuild the plugin for distribution:
npm run build