1.0.1 • Published 2 years ago
@linkurious/ogma-vue v1.0.1
@linkurious/ogma-vue
Wrapper to use Ogma with Vue3. It allows you to create graph visualisations easilly, with both the power of Ogma and the reactivity of Vue.
You need an Ogma licence to use it. Please contact us for more info.
Documentation
Please visit the documentation of Ogma-vue here.
How to contribute
Some parts of this repo belongs to Linkurious internal infrastructure and CI.
When developing, you can remove .version .bumpversion.cfg Jenkinsfile files.
Project setup
Ogma is a commercial library. You will need to replace the dependency in package.json with the npm link from the download center in order to get started. It will have your unique API key.
npm installCompiles and hot-reloads DEMO
npm run devCompiles and minifies for production
npm run buildBuilds the docs for development:
npm run docs:devrun unit tests
npm run test:unit