Skip to content

adridesweb/todo-app-vue-ts

Repository files navigation

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.

a gif showing the app functionality: creating a new task mark it as done

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

About

A simple todo app that uses Vue 3 with Composition API, Vuex, and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published