# lying-demo **Repository Path**: YiShi_ChangAn/lying-demo ## Basic Information - **Project Name**: lying-demo - **Description**: 一套基于uniapp,支持vue3.2+写法,搭配支持微信小程序的UI库(uView-plus),开箱即用的集成框架。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-19 - **Last Updated**: 2022-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lying-Demo QQ:893841819(一世長安) QQ:1792096481(每天至少八杯水ด้้้้) QQ群1:511959060 QQ群2:499235384 版权归:一世長安与每天至少八杯水ด้้้้共有 可商用可二开但代码内需注明出处 ``` gitee地址:https://gitee.com/YiShi_ChangAn/lying-demo ``` ``` github地址:https://github.com/HC74/lying-cli-template-init ``` 项目结构: ``` ├── api │ ├── api.js // 接口调用方法 │ ├── myFetch.js // 封装的请求实例 │ └── totalUrl.js // 接口地址 ├── components // 公共组件 ├── constant // 常量 │ ├── config.js // 配置(开发、生产环境等地址) ├── stores // 状态管理 │ ├── index.js // pinia ├── utils // 工具集 │ ├── index.js // pinia │ ├── auth.js // token管理 │ ├── router-intercept.js // 路由拦截 ├── uni_modules // 插件市场插件目录 │ ├── uview-plus-ui // uview-plus-ui │ ├── uni-ui(uni-xx) // uni-ui │ ├── z-paging // 下拉刷新、上拉加载更多 ``` ```text 拉取完代码之后先yarn拉取依赖包。 如果是跑wx小程序的话,自己改appId。 然后去HBuilder上跑。 ``` ### 第三方官网: 1. uView-Plus: `https://uiadmin.net/uview-plus/` 2. uni-ui: `https://uniapp.dcloud.net.cn/component/uniui/uni-ui.html` 3. z-paging: `https://z-paging.zxlee.cn/` 4. pinia: `https://pinia.vuejs.org/` 5. dayjs: `https://dayjs.fenxianglu.cn/category`