# vue-leng **Repository Path**: tb3706666/vue-leng ## Basic Information - **Project Name**: vue-leng - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-18 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 Vue常用方法及组件,基于Vue3 [gitee地址](https://gitee.com/tb3706666/vue-leng) [npm地址](https://www.npmjs.com/package/vue-leng) [vue-leng的Demo地址](https://gitee.com/tb3706666/vue-leng-demo) #### 依赖项 > 1. 📦Vue3.2.33 [详细](https://vuejs.org/guide/introduction.html) > 1. 📦Axios [详细](http://www.axios-js.com/zh-cn/docs) > 1. ☑️jQuery [详细](https://jquery.cuishifeng.cn/index.html) > 1. ☑️Mock [详细](http://mockjs.com) > 1. ☑️moment [详细](http://momentjs.cn) > 1. ☑️lodash [详细](https://www.lodashjs.com) #### 安装 ```bash yarn yarn start ``` #### icon说明 - 特性:✨ - 定义:🛡 - 设计:⚙️ - 链接:🔗 - 贡献:🤝 - 赞助:❤️ - 互助:👥, 社区 - 安装:📦, 开箱 - 风格:🌈🎨, 主题 - bug:🐞, 修复 - 优先:🔥, 重要 - 支持:🆕, 配置 - 优化:⚡️🚀, 属性 - 调整:💄, 原有 - 暴露:🤖, 方法 - 重构:🛠, 组件 - 全新:🌟, 新增 - 迁移:⚠️, 警告 - 废弃:🙅, 删除 - 全球:🌍🌐, 多语言 - 可选:☑️ - 升级:⏫ - 放假:🎉, 不coding,就没有bug^_^ #### 里程 [↑](#top) ##### 2022-11-22 [↑](#top) > 1. 🌟BEM 命名规范: module -> tbOrder > 1. ⏫update iconfont ##### 2022-11-07 [↑](#top) > 1. ⏫zconfig, jump, tool v2 -> v3 > 1. ⏫update utilStorage > 1. 🆕新增prototype_expand, 原型扩展 > 1. 🆕新增map方法 > 1. 🆕新增js-base64, js-cookie, jsonp > 1. 🆕加载iconfont, config -> init ##### 2022-11-04 [↑](#top) > 1. 💄common -> utils > 1. 🙅移除vfilter方法 > 1. 🌟加载iconfont > 1. 🌟导出图标加载 ##### 2022-10-08 [↑](#top) > 1. 🐞导出的组件.vue 后缀加上,不然vite不识别,后续vuecli也不再支持不加后缀的文件匹配 > 1. 🆕增加mock数据 > 1. 🙅移除Vuetify ##### 2022-10-08 [↑](#top) > 1. ⏫npm -> yarn > 1. ⏫Vue2.x -> Vue3.x > 1. ⏫node-sass -> dart-sass(注: @use "sass:math"; 类似的属性需要写在最顶层['详细'](https://sass-lang.com/documentation/breaking-changes/slash-div)) > 1. ⏫升级依赖版本 > 1. 🆕typeScript > 1. UI搭建转移至[vue-leng-demo](https://gitee.com/tb3706666/vue-leng-demo) > - 🙅[Vuetify](https://vuetifyjs.com/zh-Hans) > - 🙅[Antd](https://www.antdv.com/docs/vue/introduce-cn) > - 🙅[Vant](https://vant-contrib.gitee.io/vant/#/zh-CN) ##### 2021-03-12 [↑](#top) > 1. IOS适配样式及rem, `1rem:20px(750稿)` > 1. 📦引入vconsole > 1. 🌟倒计时组件 > 1. 🌟时刻表卡片组件 ##### 2021-02-25 [↑](#top) > 1. 🆕删除别名引用 > 1. 🆕导出组件及方法 ##### 2021-02-24[↑](#top) > 1. 🆕划分组件目录: `通用组件` `业务组件` > 1. 🆕定义全局组件zvg(svg封装) > 1. 📦引入UI库 > - [Vuetify](https://vuetifyjs.com/zh-Hans) > - [Antd](https://www.antdv.com/docs/vue/introduce-cn) > - [Vant](https://vant-contrib.gitee.io/vant/#/zh-CN) ##### 2021-02-10 ~ 02-21 [↑](#top) > 1. 过年放假🎉🎉 ##### 2021-02-02 [↑](#top) > 1. 🌟封装localStore, session, 均带销毁时间 > 1. 🌟挂载通用方法,$tool,$config,$jump,$ > 1. 📦挂载包依赖,lodash,moment > 1. 🤖初始化mobile键盘弹出问题方法 ##### 2021-02-01 [↑](#top) > 1. 🌈Sass换肤及主题配置 > 1. 🌟挂载通用变量 ##### 2020-07-16 [↑](#top) > 1. 🌟增加全局时间过滤filter > 1. 🌟增加浏览器存储方法 > 1. ⚙️Vuex目录细分 > 1. 🤖增加Mock请求拦截,自定义指定,拦截接口 ##### 2020-07-15 [↑](#top) > 1. 🌟增加通用方法utils > 1. 🌟增加dom操作 > 1. 🌟增加time操作引用moment > 1. 🌟增加计算类:Calculate > 1. 🌟增加校验规则 ##### 2020-07-14 [↑](#top) > 1. 🎨Scss文件及默认风格划分 ##### 2020-07-13 [↑](#top) > 1. 🙅删除public下外部引用包 > 1. 🙅Less改为Scss > 1. 🌟增加json和Mock > 1. 🌟增加Scss换肤 ##### 2019-10-09 [↑](#top) > 1. ⚙️目录结构及划分