An open API service indexing awesome lists of open source software.

https://github.com/zeropsio/recipe-nuxt-static

Nuxt Static on Zerops
https://github.com/zeropsio/recipe-nuxt-static

Last synced: 5 months ago
JSON representation

Nuxt Static on Zerops

Awesome Lists containing this project

README

          

# Zerops x Nuxt - Static

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 Static version, see [zeropsio/recipe-nuxt-nodejs](https://github.com/zeropsio/recipe-nuxt-nodejs) for the Node.js version.

![nuxt](https://github.com/zeropsio/recipe-shared-assets/blob/main/covers/svg/cover-nuxt.svg)


## 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.


[![Deploy on Zerops](https://github.com/zeropsio/recipe-shared-assets/blob/main/deploy-button/green/deploy-button.svg)](https://app.zerops.io/recipe/nuxt-static)


## Recipe features

- Latest version of **Nuxt** with SSG running on a **Zerops Static** 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 Nuxt 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-static/blob/main/zerops.yml) to your repository.


Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).