/vue3-class-store-todo-app-example

Simple Todo app using Vu3 reactivity and ES6 classes.

Primary LanguageVue

vue3-class-store-todo-app-example

This is an example how you can use Vue3 reactivity and ES6 classes to organize your Vue3 state as an alternative to Vuex.

See the blog post

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.