Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/hotel-management-system
https://github.com/root-kings/hotel-management-system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/root-kings/hotel-management-system
- Owner: root-kings
- Created: 2020-12-03T15:12:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T09:27:04.000Z (about 2 years ago)
- Last Synced: 2023-05-14T10:23:41.382Z (over 1 year ago)
- Language: Vue
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bellboy (hotel-management-system)
![build-status](https://travis-ci.com/root-kings/hotel-management-system.svg?branch=master)
A cross platform hotel management app
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).