zhangmx / quasar-all-see-js

Camera recorder for multi USB devices based on quasar with electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar Allsee (quasar-all-see-js)

Camera recorder for multi USB devices

screenshot

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build -m electron -d

Publish the app for production

changeset with:

npx changeset version
quasar build -m electron -P always

Customize the configuration

See Configuring quasar.config.js.

based on

others

About

Camera recorder for multi USB devices based on quasar with electron


Languages

Language:JavaScript 59.1%Language:Vue 37.5%Language:HTML 1.9%Language:SCSS 1.5%