Bar code component for Vue.js.
npm install vue-barcode-free    
> Bar code component for Vue.js, bases on JsBarcode.
- Website
- Main
- Getting started
- Props
- Browser support
- Versioning
- License
``text`
dist/
├── vue-barcode.js (UMD)
├── vue-barcode.min.js (UMD, compressed)
├── vue-barcode.common.js (CommonJS)
└── vue-barcode.esm.js (ES Module)
`shell`
npm install @chenfengyuan/vue-barcode vue
In browser:
`html`
`js
import Vue from 'vue';
import VueBarcode from '@chenfengyuan/vue-barcode';
Vue.component(VueBarcode.name, VueBarcode);
`
`html`
- Type: String
The value of the bar code.
- Type: Object
The options for the bar code generator. References the JsBarcode's options.
- Type: String'canvas'
- Default: 'canvas'
- Options: , 'svg' and 'img'`
The tag name of the component's root element.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
- Edge (latest)
- Internet Explorer 9+
Maintained under the Semantic Versioning guidelines.