# Item Tracker Web 物品追踪管理前端项目 ## 功能 - 物品管理(添加、编辑、删除) - 使用天数追踪 - 成本统计 ## 开发 ```bash npm install npm run dev ``` ## 构建 ```bash npm run build ```