7
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Nuxt / UnJSAdvent Calendar 2024

Day 3

Nuxt + Vuetify + GitHub Pagesの爆速環境構築

Last updated at Posted at 2024-11-30

NuxtとVuetify環境を構築するときに毎回調べてるので、簡単に開発環境を作れるようにしてみました。特に、個人開発では、開発から本番環境へデプロイするのに数週間、数ヶ月かかり挫折することが多いです。
これを使えば数クリックで本番環境へデプロイできモチベーションを維持することができます。

含まれている物

使い方

https://github.com/GitHub30/nuxt-vuetify-github-pages-starter にアクセス

デプロイ

1. Create a new repositoryをクリック

image

2. Create repositoryをクリック

image

3. Settings > Pagesに行く。GitHub Pagesをクリック

image

4. Actions > Deploy to GitHub Pagesに行く。Run workflowをクリック

image

https://<username>.github.io/<repository>/にアクセス

image

開発

1. Create codespace on mainをクリック

image

2. Open in browserをクリック

image

7
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?