Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 689 Bytes

Quasar Cropper

This is a simple demonstration of an image cropper built with Cropper.js, built inside a Single Page Application built using the Quasar framework.

See it in action: https://5e93b3e6396d24fc3cf6807f--brave-jepsen-8fd015.netlify.com/

gif

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.