Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/nuxt-js-3-hello-world-gh-pages
- Owner: persteenolsen
- Created: 2023-11-23T12:36:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T11:44:23.000Z (about 1 month ago)
- Last Synced: 2024-12-03T12:28:42.329Z (about 1 month ago)
- Topics: github-actions, github-pages, nuxt3, vue3
- Language: Vue
- Homepage: https://persteenolsen.github.io/nuxt-js-3-hello-world-gh-pages/
- Size: 901 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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