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

https://github.com/ew-endwall/example-estate

This warehouse includes codes for a real estate company website. The website is an example of a site where users can see real estate ads and find contact information.
https://github.com/ew-endwall/example-estate

bootstrap bootstrap-template bootstrap-theme bootstrap-vue bootstrap5 estate example example-estate example-project responsive responsive-design responsive-web-design vanilla vanilla-html vue vue3 vuejs vuerouter

Last synced: 6 months ago
JSON representation

This warehouse includes codes for a real estate company website. The website is an example of a site where users can see real estate ads and find contact information.

Awesome Lists containing this project

README

          



Logo


Example Estate


vite | vue | bootstrap | vanilla


(responsive)




# Table Of Contents

* [About](#about)
* [Screenshot](#screenshot)
* [Quick Installation](#quick-installation)
* [Vue](#vue)
* [Vue Install](#vue-install)
* [Vue Development](#vue-development)
* [Vue Build](#vue-build)
* [License](#license)

# About

This warehouse includes codes for a real estate company website. The website is an example of a site where users can see real estate ads and find contact information.

- Home
- About Us
- Contact
- Product
- Products
- Login

# Screenshot








# Quick Installation

## Vue

```bash
$ cd ./vue/
```

### Vue Install

```bash
$ npm install
```
or
```bash
$ yarn install
```
or
```bash
$ pnpm install
```

### Vue Development

```bash
$ npm dev
```
or
```bash
$ yarn dev
```
or
```bash
$ pnpm dev
```

### Vue Build

```bash
$ npm build
```
or
```bash
$ yarn build
```
or
```bash
$ pnpm build
```

# License

Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/example-estate/blob/main/LICENSE) for more information.