https://github.com/pixelverse-llc/strich-vue2-sample
STRICH Vue 2.x sample code
https://github.com/pixelverse-llc/strich-vue2-sample
barcode-scanning strich-sdk vue2
Last synced: 30 days ago
JSON representation
STRICH Vue 2.x sample code
- Host: GitHub
- URL: https://github.com/pixelverse-llc/strich-vue2-sample
- Owner: pixelverse-llc
- License: cc0-1.0
- Created: 2023-06-16T06:11:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T08:23:12.000Z (9 months ago)
- Last Synced: 2025-02-09T00:15:00.520Z (8 months ago)
- Topics: barcode-scanning, strich-sdk, vue2
- Language: CSS
- Homepage: https://strich.io/
- Size: 50.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strich-vue2-sample
__DEPRECATION NOTICE: THIS SAMPLE IS NO LONGER MAINTAINED. PLEASE REFER TO THE [VUE 3 SAMPLE](https://github.com/pixelverse-llc/strich-vue3-sample) INSTEAD.__
This repository shows to integrate STRICH SDK in a Vue 2.x project.
You need a valid license key to run this sample. To get started with STRICH SDK, check out
the [Getting Started](https://docs.strich.io/getting-started.html) guide.## Running the Sample
```shell
npm install
npm run build
npm run preview
```This will start the local development server and make the app available under the URL
`https://localhost:4173` or `https://:4173`. As camera access is required,
the app is served via HTTPS using `@vitejs/plugin-basic-ssl`
(see: https://github.com/vitejs/vite-plugin-basic-ssl).