Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 702 Bytes

File metadata and controls

23 lines (14 loc) · 702 Bytes

Nuxt samples

This directory contains Nuxt examples demonstrating use of the Dynamsoft Barcode Reader in Nuxt projects.

Included examples

  • scan-using-foundational-api/ — Nuxt example using the foundational API.
  • scan-using-rtu-api/ — Nuxt example using the RTU API. (Recommended for most users)

Quick start

  1. Change to the example directory, e.g.:

    cd scan-using-foundational-api
  2. Follow the subexample README for exact steps (typically: npm install && npm run dev).

Notes

  • Use the Nuxt dev server for best results; opening static files directly is not recommended.
  • See the repository root README.md for general usage and license information.