-
Notifications
You must be signed in to change notification settings - Fork 11
46 GitHub Simulation App (For Netlify preview) #48
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
base: main
Are you sure you want to change the base?
Conversation
GitHub Simulation App .....forked/tutorial -> original/46-simulation へ移行
✅ Deploy Preview for commit-mate-net ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
少しコードが複雑&肥大化してきたかなって思ったので 例えば、このクラスを使えば // リポジトリの定義
origin = ref(Repository.create("origin"));
local = ref(null);
// ~省略~
const doClone = () => {
local = origin.clone()
}
const doCommit = () => {
local.commit("commit to local main branch");
} とりあえずで作っただけなので、コンポーネントの描画に必要なデータを提供できているかはわかりませし、 |
そろそろ Composables にしてよいころですね |
@wako-p |
#46 😎 /tutorial
(後でtutorial.vue -> simulation.vue に変更)