# uni-uview-template **Repository Path**: cocoaroger/uni-uview-template ## Basic Information - **Project Name**: uni-uview-template - **Description**: uni-uview-template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2023-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-uview-template ## 代码地址 [https://gitee.com/cocoaroger/uni-uview-template](https://gitee.com/cocoaroger/uni-uview-template) ## 安装依赖 ``` yarn ``` ## 启动小程序(其他平台查看 package.json) ``` yarn serve ``` ## h5 代理配置 manifest.json 中 h5 配置项 ## 全局初始化内容 ./common/setup.js 文件中配置 ## 网络请求 - 请求拦截处理在 ./api/request.js 中配置 - 网络请求配置如:./api/modules/login.js - 请求调用如: ``` this.$api.login.login().then(res => { console.log(res); }).catch(e => { console.log('error:', e); }) ``` ## uView 官方文档(采用 v2.0) [https://www.uviewui.com/components/install.html](https://www.uviewui.com/components/install.html)