Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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