https://github.com/eltorio/highcanfly-algolia-vue3
Created with CodeSandbox
https://github.com/eltorio/highcanfly-algolia-vue3
Last synced: 3 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/eltorio/highcanfly-algolia-vue3
- Owner: eltorio
- Created: 2022-03-08T08:01:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T06:53:19.000Z (about 3 years ago)
- Last Synced: 2024-12-27T06:43:54.444Z (5 months ago)
- Language: HTML
- Homepage: https://codesandbox.io/s/github/eltorio/highcanfly-algolia-vue3
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# highcanfly-algolia-vue3
This is a test Vue3 site tested in CodeSandbox at https://codesandbox.io/s/github/eltorio/highcanfly-algolia-vue3
It is developped for our main website https://www.highcanfly.club
It contains a AlgoliaSearch.vue wich can be simply imported in a Vue3 / Tailwindcss 3 / Font Awesome 6 site
```vue
```
```javascript
import AlgoliaSearch from "@/components/AlgoliaSearch";
```
It needs some dependecies:
```json
"dependencies": {
"vue": "^3.2.31",
"vue-instantsearch": "4.3.3",
"@fortawesome/fontawesome-free": "~6.0.0"
},
"devDependencies": {
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"vue-template-compiler": "^2.6.14"
},
```
my base template @CodeSandbox https://codesandbox.io/s/vue-3-2-31-tailwindcss-3-0-23-fontawesome-6template-i8o5t6# [Algolia Search](https://www.algolia.com/)
Algolia gives us a free plan for our open source project.

Thank you# HighCanFly site web (activement basé sur Vue Notus) 
   
Ce(tte) œuvre est mise à disposition selon les termes de la Licence Creative Commons Attribution - Partage dans les Mêmes Conditions 4.0 International.