https://github.com/baroshem/nuxt3-algolia-stackblitz
A demo of Nuxt 3 with Algolia and deployed to Stackblitz
https://github.com/baroshem/nuxt3-algolia-stackblitz
Last synced: about 2 months ago
JSON representation
A demo of Nuxt 3 with Algolia and deployed to Stackblitz
- Host: GitHub
- URL: https://github.com/baroshem/nuxt3-algolia-stackblitz
- Owner: Baroshem
- Created: 2022-03-29T12:49:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T20:02:00.000Z (over 2 years ago)
- Last Synced: 2025-02-14T09:57:45.204Z (4 months ago)
- Language: Vue
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
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).