VueJS plugin to annotate Data Visualization. https://taiga.vanhulst.one/project/ienpw-colvis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Pierre Vanhulst f60ffaf12f Main retrieval view 2 years ago
..
public - TG-79 #in-progress. Basic theming, WIP. 3 years ago
src Main retrieval view 2 years ago
tests/unit - Proper VueJs Plugin 4 years ago
.browserslistrc - Proper VueJs Plugin 4 years ago
.gitignore - TG-94 #ready-for-test 3 years ago
README.md Doc 4 years ago
babel.config.js - Proper VueJs Plugin 4 years ago
package-lock.json TG-96 #ready-for-test 3 years ago
package.json - Loading local lib in Example 3 years ago
postcss.config.js - Proper VueJs Plugin 4 years ago
vue.config.js - Plugin works 4 years ago

README.md

colvis-client example

This example demonstrates how to use the current version of colvis-client.

Project setup

// (in colvis-client/example directory)
yarn install
yarn link 'colvis-client' // assuming you linked colvis-client as proposed in the doc

Compiles and hot-reloads for development

yarn run serve

Run your tests

yarn run test

Lints and fixes files

yarn run lint