# uniappVue3js **Repository Path**: zhongyingtong_1/uniapp-vue3js ## Basic Information - **Project Name**: uniappVue3js - **Description**: uniapp+vue3+js 支付宝网约车小程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-28 - **Last Updated**: 2022-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vuex https://vuex.vuejs.org/zh/guide/typescript-support.html#usestore-%E7%BB%84%E5%90%88%E5%BC%8F%E5%87%BD%E6%95%B0%E7%B1%BB%E5%9E%8B%E5%A3%B0%E6%98%8E ## uniapp vue3 https://uniapp.dcloud.net.cn/tutorial/migration-to-vue3.html#vuex-%E7%94%A8%E6%B3%95 ## vue3 https://cn.vuejs.org/guide/essentials/event-handling.html#inline-handlers ## vant 官网 https://vant-ui.github.io/vant/#/zh-CN/quickstart mini-ali-ui ## 代理测试 "devServer" : { "port" : 8080, "disableHostCheck" : true, "proxy" : { "/api" : { "target" : "http://api2.cnklog.com", "changeOrigin" : true, "secure" : false, "pathRewrite" : { "^/api" : "" } } } }, ## 第三方ui框架 "usingComponents": { // #ifdef MP-ALIPAY "van-button": "/wxcomponents/dist/button/index" // #endif } "usingComponents": { // #ifdef MP-ALIPAY "van-button": "/wxcomponents/dist/button/index" // #endif } ## uniui https://uniapp.dcloud.net.cn/component/uniui/uni-ui.html