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: 7 months ago
JSON representation
A simple hotel management project using vue and typescript.
- Host: GitHub
- URL: https://github.com/paalamugan/vue-typescript-hotel-project
- Owner: paalamugan
- Created: 2022-01-03T17:35:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T18:07:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T12:44:43.708Z (9 months ago)
- Topics: hotel-booking, hotel-management-system, theme, typescript, vue, vue-router, vuejs, vuetify, vuex
- Language: Vue
- Homepage: https://vue-hotel-management.vercel.app
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Typescript Hotel Project
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/).