LineUp.js Vue.js Wrapper
LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes. This is a Vue.js wrapper around the JavaScript library LineUp.js. Details about the LineUp visualization technique can be found at http://lineup.caleydo.org.
Usage
Installation
npm install --save vue-lineup
Minimal Usage Example
;;for ; i < 100; ++i // enable plugin to register componentsVue.useVueLineUp; ;
Advanced Usage Example
App.vue
:
;
Supported Browsers
- Chrome 64+ (best performance)
- Firefox 57+
- Edge 16+
Development Environment
Installation
git clone https://github.com/lineupjs/vue-lineup.gitcd vue-lineupnpm install# install peer dependency npm install --no-save vue
Build distribution packages
npm run build
Run Linting
npm run lint
Serve integrated webserver
npm start
Authors
- Samuel Gratzl (@sgratzl)