Skip to content

Latest commit

 

History

History
166 lines (148 loc) · 5.65 KB

README-en.md

File metadata and controls

166 lines (148 loc) · 5.65 KB

中文 | English | 日本語

Daoke - Diamond POS System

Home | Documentation | Demo | Arco Design Official Documentation

This is a POS system tailored specifically for offline brand chain stores, adaptable for PC and iPad. When esteemed customers visit your brand store, professional salespeople introduce products, leading to purchase intentions. At this moment, professional salespeople use a specialized iPad POS to share a high-quality and efficient shopping experience with customers. This will undoubtedly enhance your brand image. The system not only provides mainstream POS basic functions and a user-friendly interface but can also be customized according to your brand colors. It is the cornerstone of your enterprise's digitalization, helping to achieve the goals of "online marketing," "online sales," "online service," and "online production."

Open source is not easy. If you can take a moment to give a little star ⭐, it will be the greatest support and encouragement for me!

Project List

├── plugin
│   ├── arcoResolver.js
│   ├── arcoStyleImport.js
│   ├── compress.js
│   ├── imagemin.js
│   └── visualizer.js
├── postcss.config.js
├── public
│   └── vite.svg
├── src
│   ├── .DS_Store
│   ├── App.vue
│   ├── api
│   ├── assets
│   │   ├── images
│   │   ├── logo.svg
│   │   ├── logo2.png
│   │   ├── style
│   │   ├── svg
│   │   └── world.json
│   ├── components
│   │   ├── TemplateAddRowModal
│   │   ├── TemplateDialog
│   │   ├── breadcrumb
│   │   ├── chart
│   │   ├── custom
│   │   ├── footer
│   │   ├── global-setting
│   │   ├── index.js
│   │   ├── menu
│   │   ├── message-box
│   │   ├── navbar
│   │   └── tab-bar
│   ├── config
│   ├── directive
│   ├── hooks
│   ├── layout
│   ├── locale
│   ├── main.js
│   ├── mock
│   ├── router
│   ├── store
│   │   ├── index.js
│   │   └── modules
│   ├── style.css
├── ├──tests
│   │   └── .js
│   ├── utils
│   └── views
│       ├── cashier
│       │   ├── components
│       │   ├── index.vue
│       │   ├── locale
│       │   └── mock.js
│       ├── exception
│       │   ├── 403
│       │   ├── 404
│       │   └── 500
│       ├── login
│       │   ├── components
│       │   ├── index.vue
│       │   └── locale
│       ├── not-found
│       │   └── index.vue
│       ├── order
│       │   ├── components
│       │   ├── index.vue
│       │   ├── locale
│       │   └── mock.js
│       ├── pending
│       │   ├── components
│       │   ├── index.vue
│       │   ├── locale
│       │   └── mock.js
│       ├── refund
│       │   ├── components
│       │   ├── index.vue
│       │   └── mock.js
│       └── write-off
│           ├── components
│           ├── index.vue
│           └── order.vue
├── .gitignore
├── .prettierignore
├── DIRECTORY_STRUCTURE.txt
├── LICENSE
├── README-en.md
├── README.md
├── babel.config.js
├── commitlint.config.cjs
├── generate-tree.js
├── index.html
├── jest.config.js
├── listFolders.js
├── package-lock.json
├── package.json
├── tailwind.config.js
├── tsconfig.json
├── vite.config.js
└── yarn.lock

Installation and Usage

  • Get the code
git clone https://github.com/vica2024/DAOKE-POS-VUE3.git
  • Install dependencies
cd DAOKE-POS-VUE3 && yarn install 

Or

cd DAOKE-POS-VUE3 && yarn install
  • Run the project
yarn dev
  • yarn dev
yarn build

Author's Official Account

qrcode-for-gh-bc50bba44e73-258.jpg

Follow for installation tutorials

Software Screenshots

2024-10-12-10-23-48.png

2024-10-19-9-52-20.png

2024-10-19-9-53-38.png

2024-10-19-9-54-04.png

2024-10-19-9-54-40.png

2024-10-19-9-54-11.png

2024-10-19-9-53-15.png

2024-10-19-9-54-21.png

2024-10-19-9-54-30.png