https://github.com/nuxt/nuxt-services-experimental
[WIP] Around realtime services for Nuxt 3
https://github.com/nuxt/nuxt-services-experimental
Last synced: 3 months ago
JSON representation
[WIP] Around realtime services for Nuxt 3
- Host: GitHub
- URL: https://github.com/nuxt/nuxt-services-experimental
- Owner: nuxt
- Archived: true
- Created: 2018-12-21T17:22:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T12:35:25.000Z (over 6 years ago)
- Last Synced: 2025-01-20T09:37:42.555Z (12 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```