Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nclopezo/chembl-basic-components

nclopezo29Apache-2.00.0.10

This package contains the main ChEMBL components for use in Vue.js apps.

readme

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 install

Compiles and hot-reloads for development

vue serve ./src/lib-dev.vue

Builds bundle for publishing

npm run build

Lints files (doesn't fix them)

npm run lint

Lints and fixes files

npm run lint-fix