- Notifications
You must be signed in to change notification settings - Fork10
Dynamsoft/barcode-reader-javascript-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the source code for the demo of Dynamsoft Barcode Reader JavaScript Edition (DBRJS). You can try the demo from this link:https://demo.dynamsoft.com/barcode-reader-js/.
NOTE
A big part of the source code is dedicated to making a better UI or creating better user experience for demoing purposes, which might be distracting if you intend to learn about the SDK and its basic usage.
We recommend that you instead try the samples in the DBRJS samples repositoryhttps://github.com/Dynamsoft/barcode-reader-javascript-samples.
The demo itself is based on Vue, you can find a simple Vue sample athttps://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/vue
If you would like to get this demo project running, you can follow the steps below:
Set up
npm install
or
yarn install
Add license
If you don't have a license yet, you can skip this step. You will still be able to test the demo for up to 24 hours.
Open "src/dbr.js" and input your license key in this line:
LicenseManager.initLicense("YOUR-LICENSE-KEY");
Run
For development:
npm run dev
or
yarn dev
For production:
npm run build
or
yarn build
If you have any questions with these samples, feel free to submit an issue orcontact us.
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.