Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/nuxt-js-3-hello-world-gh-pages

A Nuxt 3 Hello World Web App - hosted at GitHub Pages
https://github.com/persteenolsen/nuxt-js-3-hello-world-gh-pages

github-actions github-pages nuxt3 vue3

Last synced: 14 days ago
JSON representation

A Nuxt 3 Hello World Web App - hosted at GitHub Pages

Awesome Lists containing this project

README

        

## Deploying Nuxt 3 to GitHub Pages using GitHub Actions

Last updated: 03-12-2024

Node Version: 18.19.1

- This Nuxt Web App is a default "Hello World" ready for TypeScript
- DevOps by GitHub Actions and Pages
- Hosted at GitHub Pages
- Note: Make sure to change the below code in package.json:
- "nuxt": "^3.0.0" to "nuxt": "3.0.0" to prevent installing the latest v3 nuxt package
- The Nuxt v3.0.0 is running at Node v 18.19.1
- "https://github.com/nuxt/nuxt/tree/v3.1.0/examples/essentials/hello-world"
- The above link have examples like hello world with Nuxt v3.0.0