Skip to content

ardhikarn/rythzpos-frontend

Repository files navigation

Vue JS - Rythz POS (Point Of Sale)

View Demo · Report Bug · Request Feature

Image Banner

About The Project

This project is a my front end project, the name is Rythz-POS App. Rythz-POS App is an application website to make it easier for cashiers to make transactions with buyers. Here my frontend uses Vue.Js and my backend uses Node.Js (Express.Js) More about Vue. More about Vue

Built With

Express.js Node.js

Requirements

  1. Node Js
  2. Node_modules npm install or yarn install
  3. Rythzpos Backend API here

Getting Started

  1. Download this Project or you can type git clone https://github.com/ardhikarn/rythzpos-frontend.git
  2. Open app's directory in CMD or Terminal
  3. Type npm install or yarn install
  4. Add .env file at root folder project
VUE_APP_URL = https://backend-rythzposs.fwdev.online/
  1. Type npm run serve

Acknowledgements

  • Axios
  • Vuex
  • [bootstrap-vue]
  • [chart.js]
  • [jspdf]
  • [vue-chartkick]

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.