@@ -4,29 +4,33 @@ This directory contains framework-specific examples demonstrating how to integra
44
55## Sample list
66
7- - [ frameworks/ angular/] ( ./frameworks /angular/ ) — Angular examples.
8- - [ frameworks/ blazor/] ( ./frameworks /blazor/ ) — Blazor (.NET) examples.
9- - [ frameworks/ capacitor/] ( ./frameworks /capacitor/ ) — Capacitor mobile hybrid examples.
10- - [ frameworks/ electron/] ( ./frameworks /electron/ ) — Electron desktop examples.
11- - [ frameworks/ es6/] ( ./frameworks /es6/ ) — Plain ES6 module examples.
12- - [ frameworks/ native-ts/] ( ./frameworks /native-ts/ ) — Native TypeScript examples.
13- - [ frameworks/ next/] ( ./frameworks /next/ ) — Next.js examples.
14- - [ frameworks/ nuxt/] ( ./frameworks /nuxt/ ) — Nuxt examples.
15- - [ frameworks/ pwa/] ( ./frameworks /pwa/ ) — Progressive Web App examples.
16- - [ frameworks/ react/] ( ./frameworks /react/ ) — React examples.
17- - [ frameworks/ requirejs/] ( ./frameworks /requirejs/ ) — RequireJS (AMD) examples.
18- - [ frameworks/ svelte/] ( ./frameworks /svelte/ ) — Svelte examples.
19- - [ frameworks/ vue/] ( ./frameworks /vue/ ) — Vue examples.
20- - [ frameworks/ webview/] ( ./frameworks /webview/ ) — Native WebView examples for Android/iOS.
7+ - [ angular/] ( ./angular/ ) — Angular examples.
8+ - [ blazor/] ( ./blazor/ ) — Blazor (.NET) examples.
9+ - [ capacitor/] ( ./capacitor/ ) — Capacitor mobile hybrid examples.
10+ - [ electron/] ( ./electron/ ) — Electron desktop examples.
11+ - [ es6/] ( ./es6/ ) — Plain ES6 module examples.
12+ - [ native-ts/] ( ./native-ts/ ) — Native TypeScript examples.
13+ - [ next/] ( ./next/ ) — Next.js examples.
14+ - [ nuxt/] ( ./nuxt/ ) — Nuxt examples.
15+ - [ pwa/] ( ./pwa/ ) — Progressive Web App examples.
16+ - [ react/] ( ./react/ ) — React examples.
17+ - [ requirejs/] ( ./requirejs/ ) — RequireJS (AMD) examples.
18+ - [ svelte/] ( ./svelte/ ) — Svelte examples.
19+ - [ vue/] ( ./vue/ ) — Vue examples.
20+ - [ webview/] ( ./webview/ ) — Native WebView examples for Android/iOS.
2121
2222## Quick start
2323
24241 . Browse into a framework subfolder and choose a subexample, e.g.:
25- - cd frameworks/react/scan-using-foundational-api
26- 2 . Follow the subexample README for exact steps. Typical commands:
25+ ``` cmd
26+ cd react/scan-using-rtu-api
27+ ```
28+ 1 . Follow the subexample README for exact steps. Typical commands:
29+ ``` cmd
2730 - npm install
2831 - npm run dev (or npm start / npm run build per the subexample)
29- 3 . Open the local dev URL shown in the terminal (ensure you use localhost or HTTPS for camera access).
32+ ```
33+ 2 . Open the local dev URL shown in the terminal (ensure you use localhost or HTTPS for camera access).
3034
3135## Notes
3236
0 commit comments