# nuxt-services-experimental **Repository Path**: mirrors_nuxt/nuxt-services-experimental ## Basic Information - **Project Name**: nuxt-services-experimental - **Description**: [WIP] Around realtime services for Nuxt 3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt-services > Example of services features for Nuxt 3. ## Setup ``` yarn install ``` Make sure to have [MongoDB](https://www.mongodb.com) installed and running on your machine. ## Development ``` yarn dev ``` ## Production ``` yarn build yarn start ```