Skip to content

Bosconovitchi/PDF-Fill

Repository files navigation

PDFFill (pdffill)

FDFFill

Install the dependencies

yarn
# or
npm install

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

yarn dev-electron
# or
npm run dev-electron

Build the app for production

yarn build-electron
# or
npm run build-electron

Customize the configuration

See Configuring quasar.config.js.

Have fun!