A To-Do App Built Using Vue
To-Do
Installation and Dependencies
Frontend
Project setup
npm install vue
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
Backend
Install dependencies
pip install -r requirements.txt
Run server
python app.py