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.
|
2 years ago | |
---|---|---|
.. | ||
public | 3 years ago | |
src | 2 years ago | |
tests/unit | 4 years ago | |
.browserslistrc | 4 years ago | |
.gitignore | 3 years ago | |
README.md | 4 years ago | |
babel.config.js | 4 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
postcss.config.js | 4 years ago | |
vue.config.js | 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