https://github.com/adhocore/vue-inventory
Vue JS inventory app for hotel
https://github.com/adhocore/vue-inventory
adhocore vue-inventory vue-spa vuejs
Last synced: about 2 months ago
JSON representation
Vue JS inventory app for hotel
- Host: GitHub
- URL: https://github.com/adhocore/vue-inventory
- Owner: adhocore
- Created: 2017-09-17T02:48:07.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T14:26:01.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:17:26.535Z (6 months ago)
- Topics: adhocore, vue-inventory, vue-spa, vuejs
- Language: HTML
- Size: 7.81 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# vue-inventory
- a vuejs calendar app for managing hotel inventory in bulk or per day basis
- saves data in client side (web browser) using `localStorage`
- `Store` class can be easily extended to persist in server side (backend)
- offline capable ;)# components used
- `vuejs`
- `bootstrap`
- `momentjs`# demo
- [adhocore.github.io/vue-inventory](https://adhocore.github.io/vue-inventory/)