@chembl/chembl-basic-components
v0.0.12
Published
This package contains the main ChEMBL components for use in Vue.js apps.
Downloads
102
Readme
EBI Basic Web Components
This package contains the main Vue.js components to be used in the ChEMBL interface.
The npm package is here https://www.npmjs.com/package/@chembl/chembl-basic-components
How to use
You can se an example for a Vue.js app here:
https://codesandbox.io/s/ebi-basic-components-vue-7dj84
And a example for a Nuxt.js app here:
https://codesandbox.io/s/ebi-basic-components-nuxt-ttd0t
Project setup
npm installCompiles and hot-reloads for development
vue serve ./src/lib-dev.vueBuilds bundle for publishing
npm run buildLints files (doesn't fix them)
npm run lintLints and fixes files
npm run lint-fix