Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pixelverse-llc/strich-vue3-sample

STRICH SDK Vue 3 sample code
https://github.com/pixelverse-llc/strich-vue3-sample

barcode-scanning strich-sdk vue vue3

Last synced: 20 days ago
JSON representation

STRICH SDK Vue 3 sample code

Awesome Lists containing this project

README

        

# STRICH SDK Vue 3 sample code

This repository shows to integrate STRICH SDK into a Vue 3 project.
You need a valid license key to run this sample. To get started with STRICH SDK, check out to the [Getting Started](https://docs.strich.io/getting-started.html) guide.

The project was created using the following commands/selections:

```shell
% npm create vue@latest
Need to install the following packages:
[email protected]
Ok to proceed? (y) y

Vue.js - The Progressive JavaScript Framework

✔ Project name: … strich-vue3-sample
✔ Add TypeScript? … Yes
✔ Add JSX Support? … No
✔ Add Vue Router for Single Page Application development? … Yes
✔ Add Pinia for state management? … No
✔ Add Vitest for Unit Testing? … No
✔ Add an End-to-End Testing Solution? › No
✔ Add ESLint for code quality? … No
✔ Add Vue DevTools extension for debugging? (experimental) … No
```