/vue3-todo-app

Vue 3 Todo Application showcasing Vue Best Practices, Clean Design System and also using Vite and Tailwind the right way.

Primary LanguageVue

Vue 3 + TypeScript + Vite + Tailwind

Todo Application showcasing Vue Best Practices, Clean Design System and also using Vite and Tailwind the right way!


Application Setup

STEP 1: Install All Development Dependencies

npm i -S

STEP 2: Spin Up Development Server

npm run dev

Build

npm run build

ESLint and Prettier

After making changes, please run the following commands before you push

npm run lint

AND

npm run format