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

chore: 演習問題を提供するためのテンプレートの作成 #2

Merged
merged 22 commits into from
Jan 14, 2022

Conversation

knokmki612
Copy link
Member

@knokmki612 knokmki612 commented Jan 13, 2022

Vue 3 / Nuxt 3について

当初CodeSandboxでの実行を想定していたが公式のテンプレート以外ではeslintが期待する挙動にならなかった。
(関連: codesandbox/codesandbox-client#1933)

Viteのドキュメントで紹介されているStackBlitzのほうが動作に支障がないと判断した

実行例: https://stackblitz.com/github/tuqulore/vue-3-practices/tree/feat-codesandbox-template

結局のところCodeSandboxでもある程度支障ないレベルで動作することを確認したので両対応とした

@knokmki612 knokmki612 changed the title chore: 演習問題を提供するための実行環境の構築 chore: 演習問題を提供するためのテンプレートの作成 Jan 13, 2022
@knokmki612 knokmki612 linked an issue Jan 13, 2022 that may be closed by this pull request
2 tasks
- stackblitz doesn't auto exec when import the monorepo
- yarn workspace function is more confortable than npm
@knokmki612 knokmki612 force-pushed the feat-codesandbox-template branch from 0cf1cc8 to 90a2adf Compare January 14, 2022 05:33
@knokmki612 knokmki612 merged commit c053e7c into main Jan 14, 2022
@knokmki612 knokmki612 deleted the feat-codesandbox-template branch January 14, 2022 05:48
@knokmki612 knokmki612 added the enhancement New feature or request label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ブラウザ上で動作可能なVueの実行環境を用意する
1 participant