A results viewer for Azure Cognitive Search implemented in Vue and vuex. To be used with an Azure Search Index containing realestate-us-sample data as set up in this Quickstart
yarn install
Create a .env file containing the following values
VUE_APP_SEARCHURL=<your search service url>
VUE_APP_SEARCHKEY=<your query key>
yarn serve
yarn build
yarn lint