# demo_base_2021_09_20 **Repository Path**: sdm89/demo_base_2021_09_20 ## Basic Information - **Project Name**: demo_base_2021_09_20 - **Description**: 用户的登录,注册,忘记密码封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2021-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 用户登录,注册,忘记密码封装 ## Project setup ``` shell yarn install ``` ### Compiles and hot-reloads for development ``` shell yarn serve ``` ### Compiles and minifies for production ``` shell yarn build ``` ### Lints and fixes files ``` shell yarn lint ``` ### Technology stack ``` markdown - vue3 - vuex - vant - vue-router ``` ## overview ```markdown 使用`vue3`对我们常用的用户登录,注册,忘记密码进行封装 ```