kleicht / algolia-vuejs-example

Sample app that shows that Algolia can be easily integrated into a Vue.js app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algolia-vuejs-example

Sample app that shows that Algolia can be easily integrated into a Vue.js app

This app is functionally identical to the example presented in the doc of algoliahelper's lib but it has been designed to be integrated in a more complicated app:

  • It uses vuex to manage states instead of the eventlistener provided by the lib.
  • The .vue logic splits into different files

The app is built from the official webpack template. PR and remarks are welcome!

Todos

  • Style cleaning in the components
  • Display product informations (vue-router)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

About

Sample app that shows that Algolia can be easily integrated into a Vue.js app

License:MIT License


Languages

Language:JavaScript 72.3%Language:Vue 27.1%Language:HTML 0.6%