To-Do Vue App A simple to-do app to get familiar with Vue.js. Add a to-do by pressing Enter and delete one by backspace. Tick tasks and watch your progress with a progress bar. The design is also by me 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