Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

クライアントアプリケーションの最新化 #960

Merged
merged 19 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
439ba4a
servicesの追加。
fkoyama Jun 25, 2024
1ddaecb
generated/api-clientの再生成。
fkoyama Jun 25, 2024
3dccf88
Marisと差分があった部分を修正。
fkoyama Jun 25, 2024
684c96e
VITE_PROXY_ENDPOINT_ORIGINを修正。
fkoyama Jun 26, 2024
7aeff7c
VITE_PROXY_ENDPOINT_ORIGINをhttpに修正。
fkoyama Jun 26, 2024
fb7b1bc
AzureADB2Cアプリのパッケージ更新とクライアントコード再生成。
fkoyama Jun 26, 2024
ae66f5b
AzureADB2Cにservicesを追加。
fkoyama Jun 26, 2024
91d14ad
AzureADB2CアプリのMarisとの差分を修正。
fkoyama Jun 26, 2024
f91a55f
Maris側に合わせて、serverTimeをserver-timeに変更。
fkoyama Jun 26, 2024
d276006
AzureADB2CアプリのREADMEを修正。
fkoyama Jun 26, 2024
2fec48a
フロントエンド周りのドキュメントを更新。
fkoyama Jun 26, 2024
7f02bd6
推奨の拡張機能からVolarを削除。
fkoyama Jun 26, 2024
bb17fa9
package.jsonのスクリプト変更に伴いワークフローを修正。
fkoyama Jun 26, 2024
f50359c
lintに対応。
fkoyama Jun 26, 2024
661368a
誤ってVue.volarを推奨機能から外していたので修正。
fkoyama Jun 26, 2024
138ce18
vue-tsc2.0.22に不具合があるので2.0.21に修正。
fkoyama Jun 26, 2024
46818b6
エンドポイント設定箇所をaxiosに変更。
fkoyama Jun 26, 2024
746bae9
npm run dev の実行した際の出力例を修正。
fkoyama Jun 27, 2024
1fb320c
.env.devに合わせて.env.prodの環境変数名を修正。
fkoyama Jun 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/samples-azure-ad-b2c-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- id: application-build
name: アプリケーションのビルド
run: npm run build-only >> /var/tmp/build-result.txt 2>&1
run: npm run build-only:dev >> /var/tmp/build-result.txt 2>&1

- name: lintの結果出力
if: ${{ success() || (failure() && steps.run-lint.conclusion == 'failure') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples-dressca-frontend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- id: application-build
name: アプリケーションのビルド
run: npm run build-only >> /var/tmp/build-result.txt 2>&1
run: npm run build-only:dev >> /var/tmp/build-result.txt 2>&1

- id: run-unit-tests
name: 単体テストの実行
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# Open API 仕様書からのクライアントコード生成 {#top}
Expand Down
tsuna-can-se marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# ブランクプロジェクトの作成 {#top}
Expand Down Expand Up @@ -48,7 +48,7 @@ npm run dev
`npm run dev` が成功すると以下のように表示されるので、「 Local: 」に表示された URL をブラウザーで表示します。ブランクプロジェクトのランディングページが表示されます。

```terminal
VITE v5.2.7 ready in 2970 ms
VITE v5.x.x ready in 2970 ms

> Local: http://localhost:5173/
> Network: use --host to expose
Expand Down
2 changes: 1 addition & 1 deletion documents/contents/guidebooks/how-to-develop/vue-js/css.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# CSS の設定と CSS フレームワークの適用 {#top}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# ブランクプロジェクトのフォルダー構造 {#top}
Expand Down
3 changes: 2 additions & 1 deletion documents/contents/guidebooks/how-to-develop/vue-js/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# Vue.js 編 {#top}
Expand All @@ -11,6 +11,7 @@ Vue.js を用いてフロントエンドアプリケーションを開発する
1. [事前準備](preparation.md)
1. [ブランクプロジェクトの作成](create-vuejs-blank-project.md)
1. [ブランクプロジェクトのフォルダー構造](folder-structure-of-blank-project.md)
1. [プロジェクトの共通設定](project-settings.md)
1. [開発に使用するパッケージ](optional-packages.md)
1. [CSSの設定とCSSフレームワークの適用](css.md)
1. [静的コード分析とフォーマット](static-verification-and-format.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# 入力値検証 {#top}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# 開発に使用するパッケージ {#top}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vue.js 開発手順
description: Vue.js を用いたクライアントサイドアプリケーションの開発手順を説明します
description: Vue.js を用いた クライアントサイドアプリケーションの 開発手順を説明します
---

# 事前準備 {#top}
Expand Down
Loading