Skip to content

pjgeutjens/azuresearch-vuex

Repository files navigation

azuresearch-vuex

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

Main third-party components used

Project setup

yarn install

Setting up environment variables

Create a .env file containing the following values

VUE_APP_SEARCHURL=<your search service url>
VUE_APP_SEARCHKEY=<your query key>

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published