@cross-fade-viewer/vue-component
v1.1.2
Published
The Cross Fade Viewer Vue Component is an interactive image tool based on OpeseaDragon and [Vue](https://vuejs.org/), which allows users to choose images from a gallery and change their opacity in an overlayed view.
Downloads
28
Keywords
Readme
vue-component
The Cross Fade Viewer Vue Component is an interactive image tool based on OpeseaDragon and Vue, which allows users to choose images from a gallery and change their opacity in an overlayed view.
Prerequisites for implementation
To be able to implement the component you need to have a Vue-Application set up, where you can import it. This requires the Vue.js library as a dependency.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint
npm run lint --fix