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

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

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/)

![Screenshot](https://github.com/ismailarilik/vue-offer-app/blob/main/screenshot.png?raw=true)

## 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
```