Example for todo app using Vuetify and @vue/composition-api.
Build on Vue 2, TypeScript, Vite and Vitest.
Note: This was created to try the migration from vue-cli to vite.
Japanese article: Vue CLI で作成した Vuetify アプリを Vite / Vitest に移行する
npm install
npm run serve
npm run build
npm run lint:fix
npm run test:unit