This project demonstrates how to build a Vue scanning project with Dynamsoft Web TWAIN SDK.
Environment: Node.js v22.14.0
-
Apply for a 30-day free trial license of Dynamic Web TWAIN.
-
Update the license key in
src\components\dwt.vuefile:Dynamsoft.DWT.ProductKey = "LICENSE-KEY"; -
Install the dependencies:
npm install --force -
Run the application as follows:
npm run serve
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.