Vue 3 ToDo list

This is a simple ToDo list made with Vue 3 (composition API) and Vuex 4

Installation

Just clone this repo and install packages with npm or yarn

$ npm install

Run the app

You can run in development mode using:

$ npm run dev

Or build with:

$ npm run build

And after use:

$ npm start

App screen

GitHub

https://github.com/mariafrc/vue3-todo-list