qianduan/ ├── src/ # Vue 3 前端源码 │ ├── components/ # 公共组件 │ ├── views/ # 页面视图 │ ├── stores/ # Pinia 状态管理 │ ├── router/ # Vue Router 路由配置 │ └── utils/ # 前端工具函数 ...
This project allows users to Create, Read, Update, and Delete (CRUD) notes through a clean and user-friendly interface. It was developed as part of my InternSpark Internship Task to demonstrate Flask ...