A simple todo application built with Vue.js 3.
- Install dependencies:
npm install
- Run development server with hot-reload:
npm run serve
- Compile and minify for production:
npm run build
- Lint and fix files:
npm run lint
- Vue.js 3
- Vue CLI
- Core-js
- ESLint for code quality
/public - Public data
favicon.ico - Website icon
index.html - Index page
/src - Source code
/assets - Images, sounds, etc.
/components - Reusable components
App.vue - Application
main.js - Main script