Skip to content

cn-liyang/demo-opencv-quasar

Repository files navigation

demo-opencv-quasar

A Quasar Project

Install the dependencies

npm install

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

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

Solve some problems

Git: OpenSSL SSL_read: Connection was reset, errno 10054

git config --global http.sslVerify "false"