Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 602 Bytes

File metadata and controls

22 lines (13 loc) · 602 Bytes

Nuxt samples

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

Included example

  • scan-using-foundational-api/ — Nuxt example using foundational API.

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.