An open API service indexing awesome lists of open source software.

https://github.com/paalamugan/vue-typescript-hotel-project

A simple hotel management project using vue and typescript.
https://github.com/paalamugan/vue-typescript-hotel-project

hotel-booking hotel-management-system theme typescript vue vue-router vuejs vuetify vuex

Last synced: about 1 month ago
JSON representation

A simple hotel management project using vue and typescript.

Awesome Lists containing this project

README

        

# Vue Typescript Hotel Project
![image](https://user-images.githubusercontent.com/42642576/196241023-4cf4854a-62a0-46d4-a5a3-13739294d4ea.png)

https://vue-hotel-management.vercel.app/

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).