# vue3-vant-eggjs-todolist **Repository Path**: imcq333/vue3-vant-eggjs-todolist ## Basic Information - **Project Name**: vue3-vant-eggjs-todolist - **Description**: vue3 vant eggjs todolist demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2022-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo demo api ```bash 安装服务端 $ cd api $ npm install 修改config文件夹数据库配置 修改database下数据库配置 新建数据表 $ npx sequelize db:migrate $ npm run dev $ open http://localhost:7001/ ```