Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugocruzlfc/easy-scanbot-ui
Add Scantbot SDK to Vite + React + Typescript with TailwindCSS from scratch. Complete setup!!!!
https://github.com/hugocruzlfc/easy-scanbot-ui
react scanbot-sdk tailwindcss typescript vite
Last synced: 15 days ago
JSON representation
Add Scantbot SDK to Vite + React + Typescript with TailwindCSS from scratch. Complete setup!!!!
- Host: GitHub
- URL: https://github.com/hugocruzlfc/easy-scanbot-ui
- Owner: hugocruzlfc
- Created: 2024-06-18T08:48:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:15:20.000Z (7 months ago)
- Last Synced: 2024-06-19T10:23:24.551Z (7 months ago)
- Topics: react, scanbot-sdk, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Add Scanbot SDK Web to Vite + React project
- This guide will help you to integrate the Scanbot SDK into a Vite + React project.
- Download the project and install the dependencies.
```bash
npm install
npm run dev
```## Docs
- [Scanbot SDK documentation](https://docs.scanbot.io/barcode-scanner-sdk/web/introduction/)
## Important!
- The Scanbot SDK is a commercial product. The SDK license agreement can be found [here](https://scanbot.io/trial/). This project assumes that it already has a purchased and patented license.
- In this example we use "import.meta.env.VITE_SDK_LICENSE_KEY" for demonstration purposes. Remember that Vite will expose this variable in your html. Please use it safely in your project secrets.