25.2.4 • Published 3 days ago

@syncfusion/ej2-vue-barcode-generator v25.2.4

Weekly downloads
175
License
SEE LICENSE IN li...
Repository
github
Last release
3 days ago

Vue Barcode Generator Component

The Vue Barcode (QR Code) Generator Component is a light-weight and high-performance control that displays industry-standard 1D and 2D barcodes in Angular applications. Generated barcodes are optimized for printing and on-screen scanning. It is designed for ease of use and does not require fonts.

Setup

Create an Vue Application

You can use Vue CLI to setup your Vue 2 applications.To install Vue CLI use the following commands.

npm install -g @vue/cli
vue create quickstart
cd quickstart
npm run serve

Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option Default ([Vue 2] babel, eslint) from the menu.

Adding Syncfusion Barcode package

All Syncfusion Vue packages are published in npmjs.com registry. To install Vue barcode package, use the following command.

npm install @syncfusion/ej2-vue-barcode-generator --save

Registering Barcode Component

You can register the Barcode component in your application by using the Vue.use(). Refer to the code example given below.

import { BarcodeGeneratorPlugin } from '@syncfusion/ej2-vue-barcode-generator';

Vue.use(BarcodeGeneratorPlugin);

Registering BarcodeGeneratorPlugin in vue, will register the barcode component along with its required child directives globally.

Add Barcode Component

Add the Vue Barcode by using ejs-barcodegenerator selector in template section of the App.vue file.

<template>
    <div id="app">
       <ejs-barcodegenerator
              id="barcode"  
              :width="width"
              :height="height"
              :type="type"
              :value="value"
              :mode="mode"
            ></ejs-barcodegenerator>
    </div>
</template>
<script>
import Vue from "vue";
import { BarcodeGeneratorPlugin } from "@syncfusion/ej2-vue-barcode-generator";

Vue.use(BarcodeGeneratorPlugin);

export default {
  data() {
    return {
      width: "200px",
      height: "150px",
      mode: "SVG",
      type: "Ean8",
      value: "11223344",
    };
  },
}
</script>

Supported frameworks

Barcode component is also offered in the following list of frameworks.

     JavaScript           Angular             Vue           ASP.NET Core    ASP.NET MVC  

Showcase samples

Key features

Support

Product support is available through the following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ Vue UI components, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

25.2.4

3 days ago

25.2.3

9 days ago

25.1.42

17 days ago

25.1.41

24 days ago

25.1.40

1 month ago

25.1.39

1 month ago

25.1.38

2 months ago

25.1.37

2 months ago

25.1.35

2 months ago

24.2.9

2 months ago

24.2.8

3 months ago

24.2.7

3 months ago

24.2.6

3 months ago

24.2.5

3 months ago

24.2.4

3 months ago

24.2.3

4 months ago

24.1.47

4 months ago

24.1.46

4 months ago

24.1.45

4 months ago

24.1.44

5 months ago

24.1.43

5 months ago

24.1.41

5 months ago

23.2.6

6 months ago

23.2.5

6 months ago

23.2.7

5 months ago

23.2.4

6 months ago

23.1.44

6 months ago

23.1.43

7 months ago

22.2.5

10 months ago

23.1.36

8 months ago

22.1.34

11 months ago

21.2.3

1 year ago

21.1.35

1 year ago

21.1.37

1 year ago

20.4.48

1 year ago

20.4.42

1 year ago

20.4.40

1 year ago

20.4.38

1 year ago

20.3.56

2 years ago

20.3.47

2 years ago

20.2.45

2 years ago

20.2.36

2 years ago

20.2.38

2 years ago

20.2.43

2 years ago

20.1.55

2 years ago

20.1.47

2 years ago

19.4.48

2 years ago

19.4.52

2 years ago

19.4.38

2 years ago

19.3.53

3 years ago

19.3.43

3 years ago

19.2.60

3 years ago

19.2.55

3 years ago

19.2.44

3 years ago

19.1.63

3 years ago

19.1.56

3 years ago

19.1.54

3 years ago

18.4.47

3 years ago

18.4.39

3 years ago

18.4.30

3 years ago

18.3.47

4 years ago

18.3.35

4 years ago

18.2.54

4 years ago

18.2.44

4 years ago

18.1.52

4 years ago

18.1.43

4 years ago

18.1.42

4 years ago

18.1.36-beta

4 years ago

17.4.51

4 years ago

17.4.49

4 years ago

17.4.47

4 years ago

17.4.46

4 years ago

17.4.43

4 years ago

17.4.39

4 years ago

17.3.27

5 years ago

17.3.26

5 years ago

17.3.19

5 years ago

17.3.14

5 years ago

17.3.9-beta

5 years ago

17.2.48-beta

5 years ago

17.2.29-beta

5 years ago

17.2.47

5 years ago

17.2.46

5 years ago

17.2.34

5 years ago

17.2.28-beta

5 years ago