Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 911 Bytes

README.md

File metadata and controls

61 lines (49 loc) · 911 Bytes

轻松收银 (cashier-desktop)

技术栈: Vue.js 3.0 Quasar electron 移动端:Cordova

发布版本:Windows|Mac

WX20220814-044111@2x

功能列表

  1.快捷键
  2.扫码枪
  3.小票打印机(Usb|蓝牙)
  4.数据同步
  5.多员工
  6.单店多机
  7.连锁门店支持
  8.扫码支付\现金\银行卡
  9.盘点\挂单\取单\入库\出库
  10.销售报表
  11.接入外卖平台
  12.交接班

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

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build