Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baroshem/nuxt3-algolia
Nuxt 3 with Algolia search boilerplate project
https://github.com/baroshem/nuxt3-algolia
algolia module nuxt search
Last synced: about 2 months ago
JSON representation
Nuxt 3 with Algolia search boilerplate project
- Host: GitHub
- URL: https://github.com/baroshem/nuxt3-algolia
- Owner: Baroshem
- Created: 2022-01-06T11:06:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T01:23:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:41:49.994Z (2 months ago)
- Topics: algolia, module, nuxt, search
- Language: Vue
- Homepage:
- Size: 1.85 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).