Skip to content

teodoraj/property_portal_vuejs

Repository files navigation

Property Portal - VUEjs

Manage listings entails the following:

  • Add listings
  • Update listings
  • View listings
  • Expire listings

A listing contains the following:

  • Multiple images
  • Number of bedrooms
  • Postcode
  • Address
  • Description
  • Asking price
  • Expired

Taking advantage of the advances in technology and industry standards, create a simple application that can perform the tasks outlined above.

For the purposes of this challenge use what you prefer for tactically storing the information (session storage, file storage, database), stating however your preferred solution should you implement a full solution.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors