-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from hibiya-itchief/about-cloudflare-0102
デプロイについて追加
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# フロントエンドのデプロイ | ||
|
||
## デプロイとは | ||
|
||
> システム開発におけるデプロイとは、開発したアプリケーション(機能やサービス)をサーバー上に展開・配置して利用できるようにすることです。 | ||
> ビルドとは、デプロイに必要な実行ファイルを作ることです。 | ||
> [デプロイとは?](https://www.bold.ne.jp/engineer-club/deploy)より | ||
デプロイとはつまり、GitHub上のソースコードを実際のサイト上で動かせるようにすることです。 | ||
|
||
また、デプロイする際にビルドを行います。 | ||
ビルドでは、ソースコードから静的ファイル(HTML)を作成します。 | ||
|
||
Nuxt generateすることで確認することができます。 | ||
参考:[【Nuxt.js】buildとgenerateの違い](https://blog.mktia.com/diffrences-between-build-and-generate-in-nuxt/) | ||
|
||
## Cloudflare Pages | ||
|
||
Cloudflare Pagesという静的Webサイトホスティングサービスを利用しています。 | ||
いかに優れているかについては省きます。 | ||
|
||
## デプロイ設定について | ||
|
||
参考:[quaint-waレポジトリ作成手順書](deploy.pdf) | ||
|
||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters