An open API service indexing awesome lists of open source software.

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

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).