https://github.com/octalectzz/fnb-cashier-frontend
The frontend of Wine-POS is built using Vue.js with the Quasar Framework, providing a fast and responsive interface for cashiers, managers, and staff. This repository delivers a seamless user experience, from order taking and payment processing to generating invoices and viewing reports.
https://github.com/octalectzz/fnb-cashier-frontend
Last synced: 4 months ago
JSON representation
The frontend of Wine-POS is built using Vue.js with the Quasar Framework, providing a fast and responsive interface for cashiers, managers, and staff. This repository delivers a seamless user experience, from order taking and payment processing to generating invoices and viewing reports.
- Host: GitHub
- URL: https://github.com/octalectzz/fnb-cashier-frontend
- Owner: OctaLectzz
- Created: 2025-02-02T10:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T18:57:14.000Z (about 1 year ago)
- Last Synced: 2025-10-23T17:52:21.139Z (8 months ago)
- Language: Vue
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winepos (fnb-cashier-frontend)
Winepos is an intuitive and efficient point-of-sale system designed specifically for the wine and beverage industry. It streamlines the sales process, inventory management, and customer experience.
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).