Skip to content

Commit 6ef6fc7

Browse files
authored
Merge pull request #173 from w3bdesign/development
Starting work on Algolia search
2 parents 5efa962 + 300a671 commit 6ef6fc7

File tree

3 files changed

+258
-0
lines changed

3 files changed

+258
-0
lines changed

package-lock.json

Lines changed: 254 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@
2828
},
2929
"dependencies": {
3030
"@stripe/stripe-js": "^1.13.1",
31+
"algoliasearch": "^4.8.5",
3132
"axios": "^0.21.1",
33+
"instantsearch.css": "^7.4.5",
3234
"laravel-mix": "^6.0.13",
3335
"lodash": "^4.17.21",
3436
"tailwindcss": "^2.0.3",
3537
"vee-validate": "^4.1.18",
3638
"vue": "^3.0.5",
39+
"vue-instantsearch": "^3.5.0",
3740
"vue-router": "^4.0.3",
3841
"vuex": "^4.0.0",
3942
"vuex-persist": "^3.1.3",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// https://www.algolia.com/doc/framework-integration/laravel/tutorials/getting-started-with-laravel-scout-vuejs/?client=php

0 commit comments

Comments
 (0)