Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/regenrek/nuxt-leaflet-algolia

Example showing how you can use algolia + nuxtjs
https://github.com/regenrek/nuxt-leaflet-algolia

Last synced: 7 days ago
JSON representation

Example showing how you can use algolia + nuxtjs

Awesome Lists containing this project

README

        

# NuxtJS + Leaflet + Algolia Geosearch

Tutorial on my [blog](http://regenrek.com/posts/how-to-build-a-breakfast-restaurant-locator-with-nuxtjs-and-algolia-search/)
[Codesandbox Demo with vue](https://codesandbox.io/s/algolia-vue-instantsearch-v3-geosearch-updated-eqgwy)

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).