1.4.1 • Published 1 year ago

smartpos v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Smart POS

  • A restaurant software with Sales and Inventory modules. The system serves both web and Electron crossplatform apps for Windows, Linux and Mac. The project runs on PHP backend.

Screenshot 2022-05-07 at 11 41 45

Project setup

- Clone the repo
- Run npm install to install project dependencies
- To serve the app as an electron app, You need to run `npm run electron:build` the first time, then run `npm run electron:serve`. The app should open-up a login window
- The first time to load the app either in web or as an electron app, you will need to set the backend url. So on the login page, enter `x` as the username nd password. You will be shown a form where you will enter the url to the backend server forexample `http://localhost/papi`
- Once all is set, you can either create a new account or login to an existing one

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

VueJs Customize configuration

See Configuration Reference.