Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pixelverse-llc/strich-vue3-sample
- Owner: pixelverse-llc
- Created: 2023-09-18T15:41:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:14:01.000Z (4 months ago)
- Last Synced: 2024-08-26T15:32:46.589Z (4 months ago)
- Topics: barcode-scanning, strich-sdk, vue, vue3
- Language: Vue
- Homepage: https://strich.io
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) yVue.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
```