@fishtank/fishtank-vue
TypeScript icon, indicating that this package has built-in type declarations

5.3.68 • Public • Published

Fishtank-vue - Fish Tank

Fish Tank VueJS Component Module

Installation

npm install @fishtank/fishtank-vue

Usage

Please reference https://fishtank.bna.com for detailed documentation

ESM Module

Import the component from the library module

import { FishTankCard } from @fishtank/fishtank-vue

extend default {
  components:{
    FishTankCard
  }
}

CommonJS Module

Import the component library module, and reference the desired component

const fishtank = require(@fishtank-vue”)

extend default {
  components:{
    fishtank.FishTankCard
  }
}

OR

const card = require(@fishtank-vue”).FishTankCard

extend default {
  components:{
    card
  }
}

Component CSS

Fishtank-vue provides styles are compiled and self-contained within the component itself. There are no additional CSS imports.

Contributing

Contributing Documentation

Dev Environment Setup

# Use the correct Node version (assuming nvm is installed)
nvm use

# or
yarn

#or
yarn serve

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @fishtank/fishtank-vue

Weekly Downloads

1

Version

5.3.68

License

Apache-2.0

Unpacked Size

5.35 MB

Total Files

26

Last publish

Collaborators

  • jo103096
  • gneraltsao
  • ransanjeev
  • yoginpatel
  • oewulum
  • dmargol_bloomberg
  • hlopezgudiel