Assignment: Build A Todo Application With Vue JS
Acceptance Criteria:
- Users should be able to create a todo
- Users should be able to delete a todo
- Users should be able to view all todos
- Users should be able to edit a todo
- Users should meet a decent UI
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint