Real Estate Client

  • Used Stacks: Vite, Vue.js, SCSS, Vue Router, Vuex
  • Apis: Airtable Rest Api, Google Maps Api, Postcode Api

Demo website

Installation

git clone https://github.com/karatasebu/vue-dashboard.git
cd vue-dashboard
npm i

Requirements

  • Change .env-example file name to .env
  • Take api key for map from here and type your key VITE_MAP_KEY in .env file
  • Take access right from here and api key here and type your key VITE_APP_KEY in . env file

Start the server

npm run dev