No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Barcode Generator

    Framework
    3
    5
    684
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      keepingitsimple last edited by

      Hi,
      I was looking for a barcode generator (for displaying barcodes) plugin for quasar, but could not find one.
      I tried to use this https://github.com/lindell/vue-barcode
      which is Vue plugin. To get that working I followed this https://techformist.com/using-vue-plugins-quasar/
      But somehow I could not succeed.
      I am getting an error in the plugin configuration in the quasar.config.js
      If anyone know how to get this working, highly appreciated
      Thanks

      1 Reply Last reply Reply Quote 0
      • D
        diadal last edited by

        clone this to your components https://github.com/diadal/qrmaker

        import VueQr from 'components/qrmaker/vue-qr.vue'
        
         components: {
            VueQr
          },
        
        <vue-qr
                    :text="raddress"
                    :logoSrc="`img/logo.svg`"
                    :colorDark="color"
                    :logoBackgroundColor="color"
                    :autoColor="true"
                    :logoMargin="5"
                    :logoScale="0.23"
        
                    ></vue-qr>
        
        1 Reply Last reply Reply Quote 0
        • K
          keepingitsimple last edited by

          Hi @diadal, thanks for your response , the iink is broken https://github.com/diadal/qrmaker
          Besides, is’nt this support only Qr code? I am after the regular barcode.

          1 Reply Last reply Reply Quote 0
          • B
            btmi last edited by btmi

            I use Google to generate my QR Codes. Check out the chart apis https://developers.google.com/chart/infographics/docs/qr_codes

            1 Reply Last reply Reply Quote 0
            • K
              keepingitsimple last edited by

              At the end I decided to go with online api to generate. If anyone found a way to integrate in the quasar, appreciate your feed back.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post