@galaxyproject/locuszoom
v0.0.9
Published
This is a starter template for building custom visualizations using [Galaxy Charts](https://github.com/galaxyproject/galaxy-charts), a modern framework for Galaxy visualization development based on [Vue 3](https://vuejs.org/) and [Vite](https://vitejs.dev
Readme
Galaxy Charts Starter
This is a starter template for building custom visualizations using Galaxy Charts, a modern framework for Galaxy visualization development based on Vue 3 and Vite.
Use this repo as a starting point for your own 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
