https://github.com/ismailarilik/vue-offer-app
A Vue.js app which can be used to take user information for proper offers about wedding halls
https://github.com/ismailarilik/vue-offer-app
offer tailwindcss vue wedding
Last synced: about 1 month ago
JSON representation
A Vue.js app which can be used to take user information for proper offers about wedding halls
- Host: GitHub
- URL: https://github.com/ismailarilik/vue-offer-app
- Owner: ismailarilik
- License: mit
- Created: 2022-09-21T12:12:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T22:51:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T01:23:08.425Z (over 1 year ago)
- Topics: offer, tailwindcss, vue, wedding
- Language: Vue
- Homepage: https://ismailarilik.com/vue-offer-app/
- Size: 725 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-offer-app
A Vue.js app which can be used to take user information for proper offers about wedding halls
[https://ismailarilik.github.io/vue-offer-app/](https://ismailarilik.github.io/vue-offer-app/)

## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```
## Deploy to GitHub Pages
Configure `deploy.sh` and run:
```sh
sh deploy.sh
```