# xu-vue3-basic-project **Repository Path**: xu-peijie/xu-vue3-basic-project ## Basic Information - **Project Name**: xu-vue3-basic-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-01 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动项目 1. npm install 2. npm run dev # 接口说明 ## 获取列表 ```javascript axios.get('/list') ``` ## 删除 ```javascript axios.delete(`/del/${id}`) ``` ## 编辑 ```javascript axios.patch(`/edit/${id}`, { name: '姓名', place: '籍贯', }) ```