Skip to content

Commit

Permalink
Merge pull request #1112 from VamshiReddy02/spin-nuxt
Browse files Browse the repository at this point in the history
Created Nuxtjs-spin template repository to Spin Up Hub
  • Loading branch information
Timothy McCallum authored Jan 5, 2024
2 parents 2dd480d + 891666d commit 5e0873e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/api/hub/template_nuxt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title = "NuxtJS SSG Template"
template = "render_hub_content_body"
date = "2023-12-31T00:22:56Z"
content-type = "text/html"
tags = ["javascript", "Nuxt", "Vue"]

[extra]
author = "VamshiReddy02"
type = "hub_document"
category = "Template"
language = "JS/TS"
created_at = "2024-01-01T00:22:56Z"
last_updated = "2024-01-01T00:22:56Z"
spin_version = ">v1.3"
summary = "A template to use NuxtJS with Spin"
url = "https://github.com/VamshiReddy02/spin-nuxt"
keywords = "vue, nuxt, js, javascript"

---

This is a template for using [NuxtJS](https://nuxt.com/docs/getting-started/introduction) to create a static webpage.

Install the template
```bash
$ spin templates install --upgrade --git https://github.com/VamshiReddy02/spin-nuxt
```

## Creating and Running
You can create a new Spin app with `spin new` or add to an existing Spin app with `spin add`

```bash
$ spin new my-nuxt -t Nuxt
$ cd my-nuxt-app
$ spin build
```

0 comments on commit 5e0873e

Please sign in to comment.