# vue-init **Repository Path**: chichumeng/vue-init ## Basic Information - **Project Name**: vue-init - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-wechat ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 用户->访问页面->页面router前置:是否需要授权->跳转到授权页面->store action(code)->call Login Api(code)->commit userInfo mutations->授权页面跳回访问页面