Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 462 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 462 Bytes

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!