/todo-vue

Testing Vue3 with a simple Todo List

Primary LanguageVue

Vue 3 + TypeScript + Vite

This is a simple todo list example developed with Vue 3 + TypeScript and Vite for study purpose.

I created three version of this project. One without state management and the two others with vuex and pinia store management.

Recommended Setup

Running the code

  • Clone the repository and run yarn and after yarn dev
  • To change the branches run git checkout pinia or git checkout vuex and run yarn and after yarn dev

Demo