0.2.11 • Published 4 years ago
@chembl/ebi-basic-components v0.2.11
EBI Basic Web Components
This package contains the main EBI header and footer components for use in Vue.js apps.
The npm package is here https://www.npmjs.com/package/@chembl/ebi-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