Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-leaflet-algolia
- Owner: regenrek
- Created: 2019-06-26T08:33:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:00:55.000Z (about 2 years ago)
- Last Synced: 2024-05-18T07:47:34.174Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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).