Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/pwb-admin-vuetify
New admin interface for PropertyWebBuilder
https://github.com/etewiah/pwb-admin-vuetify
admin-panel crm property-listings propertywebbuilder real-estate vue vuejs vuetify vuex
Last synced: 28 days ago
JSON representation
New admin interface for PropertyWebBuilder
- Host: GitHub
- URL: https://github.com/etewiah/pwb-admin-vuetify
- Owner: etewiah
- Created: 2018-02-13T11:46:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T22:14:56.000Z (over 6 years ago)
- Last Synced: 2024-10-03T05:21:11.556Z (about 2 months ago)
- Topics: admin-panel, crm, property-listings, propertywebbuilder, real-estate, vue, vuejs, vuetify, vuex
- Language: Vue
- Homepage: http://propertywebbuilder.com/
- Size: 455 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PropertyWebBuilder Admin Panel
> built with vue and vuetify
Please help support this project by making a contribution to PropertyWebBuilder here: https://opencollective.com/property_web_builder
[![Gitter](https://badges.gitter.im/dev-1pr/1pr.svg)](https://gitter.im/property_web_builder/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
PropertyWebBuilder is a website builder for the real estate sector. It can be adapted for use as a CRM, property listings site, vacation rentals listing site etc.
This project provides an admin panel that uses the API endpoints provided by PropertyWebBuilder to manage the look and feel, property listings, agency details etc.
## [Demo](https://pwb-jan-2018.herokuapp.com/admin-vue)
As of February 2018, the project is under active development and any help in completing it will be much appreciated.
You can try out a demo at [https://pwb-jan-2018.herokuapp.com/admin-vue](https://pwb-jan-2018.herokuapp.com/admin-vue)
To see the admin panel, login as user [email protected] with a password of "pwb123456".
You can find the source code for the old admin panel built with emberjs here:
https://github.com/etewiah/property_web_builder_admin## Deploy to netlify
It is easy to run this project locally or to deploy your own instance with netlify by clicking the button below:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/etewiah/pwb-admin-vuetify)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).