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

Vue.js 編のガイドに「モックモードの設定」を追加する #1738

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KentaHizume
Copy link
Contributor

@KentaHizume KentaHizume commented Dec 20, 2024

この Pull request で実施したこと

  • AP開発手順 > Vue.js 編 に モックモードの設定 を追加しました。
    • 追加位置について、将来的にハンドラーの実装方法の説明時に openapi-generator で生成した API モデルに言及したいので、「Open API 仕様書からのクライアントコード生成」よりは後に配置する必要があります。

確認ポイント

  • ガイドに従って、npm run mockでViteのサーバーを立ち上げられること
  • ガイドに従って、モックモードでの動作時に msw のワーカープロセスを立ち上げられること

この Pull request では実施していないこと

  • ハンドラーの実装方法については解説していません。下記の別 issue で対応します。

Issues や Discussions 、関連する Web サイトなどへのリンク

@KentaHizume KentaHizume added the target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある label Dec 20, 2024
@KentaHizume KentaHizume self-assigned this Dec 20, 2024
@KentaHizume KentaHizume added this to the v1.1.0 milestone Dec 20, 2024
@KentaHizume KentaHizume linked an issue Dec 20, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Doc)モックモードの設定手順を追加する
1 participant