/todo-front

Todo list with VueJS

Primary LanguageCSS

✅ Todo

Technologies

📃 Description

A TodoList project developed for familiarization with VueJs, with typescript. The css was provided by the Tyler Potts channel, which served as the basis for this project.

💥 Overview: Todo Deploy

🏁 Running this project

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint