We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ゲームスタート画面を実装する
ゲームのタイトルやテーマを示し、プレイヤーにゲームの世界観を伝えるため
/start
view/src/router/index.js
view/src/pages/start/index.vue
https://www.notion.so/start-b4fe43ebc6e14d30866893f4f462fd0a
The text was updated successfully, but these errors were encountered:
voidzeroN
No branches or pull requests
何を?(What)
ゲームスタート画面を実装する
何の為に?(Why)
ゲームのタイトルやテーマを示し、プレイヤーにゲームの世界観を伝えるため
どうやって?(How)
/start
にアクセスした際に、このページが表示されるようにview/src/router/index.js
にルーティングを記述view/src/pages/start/index.vue
に以下の要素を満たすページを記述ゴール
/start
にアクセスしたら以下要素が含まれるページが見れる要件&設計
https://www.notion.so/start-b4fe43ebc6e14d30866893f4f462fd0a
ref
The text was updated successfully, but these errors were encountered: