Todo app - Vue 3 with Composition API and TypeScript A simple todo app practice project inspired by tastejs/todomvc that uses Vue 3 with Composition API, Vuex and TypeScript. It has unit testing too. Execution instructions Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your unit tests npm run test:unit Lints and fixes files npm run lint