# vue3-ko2-mobileShop **Repository Path**: micd/vue3-ko2-mobile-shop ## Basic Information - **Project Name**: vue3-ko2-mobileShop - **Description**: 技术栈:vue3-vite2-vant-typescript-koa2-mongoose 移动端商城 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-07-26 - **Last Updated**: 2022-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 技术栈 vue3 + Typescript + koa + mongoose + vant ### 客户端 ``` js yarn yarn dev ``` ### 服务端 ``` js cd service yarn # 启动服务 node index ```