Skip to content

tony-xlh/electron-quasar-document-scanner

Repository files navigation

Document Scanner

A desktop document scanner using Quasar/Vue/Electron.

Dynamic Web TWAIN is used for document scanning.

Online demo

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run start

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

npm run build

Run as an Electron App

  1. Dev mode:

    quasar dev -m electron
  2. Build a production version:

    quasar build -m electron

Remember to run npm run start beforehand.

Customize the configuration

See Configuring quasar.config.js.

About

A Document Scanning Desktop App using Vue/Quasar/Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published