https://github.com/zeropsio/recipe-nuxt-nodejs
Nuxt Node.js on Zerops
https://github.com/zeropsio/recipe-nuxt-nodejs
Last synced: about 2 months ago
JSON representation
Nuxt Node.js on Zerops
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-nuxt-nodejs
- Owner: zeropsio
- Created: 2024-08-04T08:30:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T03:02:41.000Z (over 1 year ago)
- Last Synced: 2026-04-01T13:40:48.448Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 2.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Nuxt - Node.js
Nuxt is an open source Vue framework for building web applications intuitive and powerful. [Zerops](https://zerops.io) makes deploying and running Nuxt apps, both server side rendered and static, a breeze. This recipe showcases the Node.js version, see [zeropsio/recipe-nuxt-static](https://github.com/zeropsio/recipe-nuxt-static) for the Static version.

## Deploy on Zerops
You can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-nuxt-nodejs/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[](https://app.zerops.io/recipe/nuxt-nodejs)
## Recipe features
- Latest version of **Nuxt** with SSR running on a **Zerops Node.js** service.
## Production vs. development
This recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add `minContainers: 2` in recipe YAML in the `app` service section, or change the minimum containers in "Automatic Scaling configuration" section of service detail).
## Changes made over the default installation
If you want to modify your existing Analog app to efficiently run on Zerops, there are no changes needed in the codebase on top of the standard installation, just add [zerops.yml](https://github.com/zeropsio/recipe-nuxt-nodejs/blob/main/zerops.yml) to your repository.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).