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
npm install @galaxyproject/locuszoomThis 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.
---
1. Create your visualization project using this template:
``bash`
npx degit guerler/galaxy-charts-starter my-viz
cd my-viz
npm install
npm run dev
2. Open your browser to http://localhost:3000 to start developing.
3. Develop your plugin inside the src/plugins` directory.
---
- โก 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
---