# 西西网上书店 **Repository Path**: erchoc/wx-mpvue-book ## Basic Information - **Project Name**: 西西网上书店 - **Description**: 西西网上书店,前端Mpvue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-mpvue-book > A Mpvue project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). #### Study ``` 1. wafer2-client-sdk获取openId和登陆 2. 微信本地缓存的获取和存储 3. 安装配置和使用sass预处理器 4. 全局样式书写在App.vue中 5。 调用微信扫码接口获取数据 ``` ``` 1. 手机调试小程序 2. 腾讯云wafer2方案 3. 新版登陆解决方案 4. 嵌套太深导致this指向错误的两种解决方案 5. 使用qcloud手动调用接口获取OpenId ```