@galaxyproject/vintent
v0.0.1
Published
This is a starter template for building custom visualizations using [Galaxy Charts](https://charts.galaxyproject.org), a modern framework for Galaxy visualization development.
Readme
Galaxy Charts Starter
This is a starter template for building custom visualizations using Galaxy Charts, a modern framework for Galaxy visualization development.
The starter template uses Vue 3 and Vite and includes the optional Galaxy Charts UI package for rapid development.
Use this repository as a starting point for Galaxy visualization plugins.
🚀 Quick Start
Create your visualization project using this template:
npx degit guerler/galaxy-charts-starter my-viz cd my-viz npm install npm run devOpen your browser to http://localhost:3000 to start developing.
Develop your plugin inside the
src/pluginsdirectory.
📦 What's Included
- ⚡ Vite for fast dev server and hot module replacement
- 🧩 Galaxy Charts plugin system
- 🎨 Vue 3 setup with scoped components
- 🧪 Example plugin for reference
- 🛠️ Pre-configured for connecting to Galaxy datasets
