hikaruchie / svelte-basic

0 stars 1 forks source link

svelte を vue にコンバート #5

Closed gsuzuki983 closed 1 year ago

harusys commented 1 year ago

Vue3 Composition API がトレンドなので、その方式でマイグレする想定 軽くみても、参考ソースは以下あたりがイケてそう(Vite も使ってる) https://vuejsexamples.com/a-simple-todo-list-made-with-vue-3-composition-api-and-vuex-4/

harusys commented 1 year ago

課題:Storybook の導入について考える

harusys commented 1 year ago

やること

harusys commented 1 year ago

devcontainer https://github.com/microsoft/vscode-dev-containers/pull/965

harusys commented 1 year ago

サンプルアプリはバージョンが古いため、Vue3 初期セットアップは以下を参考 https://qiita.com/frozenbonito/items/8a42f52e32ae82ffc9f2

harusys commented 1 year ago

参考にしたテンプレ https://github.com/frozenbonito/quasar-vite-ts

これをベースで状態管理を Vuex に、デザインは Svelte サンプルに寄せる