/vue-todo-demo

Simple todo app built to demo Vue 3 and Composition API

Primary LanguageVue

Vue 3 + Typescript + Vite

A sample TODO app built with VueJS and Vite to demonstrate the usage of Composition API

Install npm dependencies

$ npm install

Running the app

# development mode
$ npm run dev

# build app
$ npm run build

Recommended IDE Setup