built with vue and vuetify
Please help support this project by making a contribution to PropertyWebBuilder here: https://opencollective.com/property_web_builder
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.
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
To see the admin panel, login as user admin@example.com 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
# 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 and docs for vue-loader.