Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/property-web-builder-quasar
A quasar (vue.js) frontend for the popular PropertyWebBuilder real estate website builder
https://github.com/etewiah/property-web-builder-quasar
Last synced: 16 days ago
JSON representation
A quasar (vue.js) frontend for the popular PropertyWebBuilder real estate website builder
- Host: GitHub
- URL: https://github.com/etewiah/property-web-builder-quasar
- Owner: etewiah
- Created: 2022-07-23T21:42:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T11:26:05.000Z (over 2 years ago)
- Last Synced: 2024-12-20T07:41:49.154Z (20 days ago)
- Language: Vue
- Size: 228 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pwb App (property-web-builder-quasar)
A Quasar Vue Frontend for PropertyWebBuilder
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).