Skip to content

Files

Latest commit

5955916 · Jan 7, 2023

History

History
36 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 865 Bytes

about the project

A todo-list app developed in Vue3 with the options API

If you wanna check this app refactorized with the composite API take a look into this repo: https://github.com/lucas-jb/todo-list-vue-compositionAPI/

todo-list-vue

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build