Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created April 15, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunomaduro/b76bb52c9f94912024c8f750f132e459 to your computer and use it in GitHub Desktop.
Save nunomaduro/b76bb52c9f94912024c8f750f132e459 to your computer and use it in GitHub Desktop.
<body>
<div class="content">
<div class="title m-b-md">
Laravel
</div>
<div id="app"><div class="ais-InstantSearch"></div></div>
<script src="/js/app.js"></script>
<script>
new Vue({
data: function() {
return {
searchClient: algoliasearch(
'CO7YX1ZDE4',
'ODFkNWY5ZTc0NjdiYmJlYmM2YTYzYTE5NmFmODVhZDMwMjRkNWIyNTY0ZGQ3MGJhNTZkMDg1ZTYzMjcxNWJjM3Jlc3RyaWN0SW5kaWNlcz11c2VycyZ2YWxpZFVudGlsPTE1NTU0MTA0NTc=',
),
};
},
el: '#app',
});
</script>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment