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.
- Host: GitHub
- URL: https://github.com/ew-endwall/example-estate
- Owner: EW-EndWall
- License: apache-2.0
- Created: 2024-02-23T20:39:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:44:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T23:31:30.469Z (11 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://example-estate.vercel.app
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.