All Projects → Alie-z → mUtils

Alie-z / mUtils

Licence: other
JavaScript常用方法

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mUtils

sagittarius
🎯 A set of javascript most used utils📑
Stars: ✭ 42 (-28.81%)
Mutual labels:  utils, js-utils
relay-helpers
Helpers to simplify and enhance Relay (https://facebook.github.io/relay/)
Stars: ✭ 19 (-67.8%)
Mutual labels:  utils
lancet
A comprehensive, efficient, and reusable util function library of go.
Stars: ✭ 2,228 (+3676.27%)
Mutual labels:  utils
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (-52.54%)
Mutual labels:  cookie
fat ecto
Query mechanism for Ecto
Stars: ✭ 20 (-66.1%)
Mutual labels:  utils
egg-cookies
cookies module for egg, base on pillarjs/cookies
Stars: ✭ 28 (-52.54%)
Mutual labels:  cookie
Cookie-Clicker-Source-Code
Cookie Clicker source code for... educational purposes...
Stars: ✭ 74 (+25.42%)
Mutual labels:  cookie
ramdu
Small utils set built around Ramda
Stars: ✭ 18 (-69.49%)
Mutual labels:  utils
hexo-douban-card
在hexo文章中插入豆瓣读书,豆瓣电影,豆瓣音乐组件
Stars: ✭ 56 (-5.08%)
Mutual labels:  cookie
ctrip spider
Scrape Learning (ctrip)
Stars: ✭ 77 (+30.51%)
Mutual labels:  cookie
fileutils
Golang file system utils such as copy files and directories
Stars: ✭ 19 (-67.8%)
Mutual labels:  utils
minicrawler
Multiplexing web client supporting HTTP/2 and WHATWG URL compliant parser written in C
Stars: ✭ 21 (-64.41%)
Mutual labels:  cookie
tough-cookie-file-store
A JSON file store implementation for tough-cookie module
Stars: ✭ 20 (-66.1%)
Mutual labels:  cookie
BaseToolsLibrary
Android通用适配器和常用的工具类
Stars: ✭ 24 (-59.32%)
Mutual labels:  utils
GoGPUtils
Enhance productivity and avoid to reinvent the wheel every time that you start a Go project
Stars: ✭ 29 (-50.85%)
Mutual labels:  utils
lightcookie
Node cookie parsing and serialization
Stars: ✭ 22 (-62.71%)
Mutual labels:  cookie
CSRF-tutorial
Use Django To Introduce CSRF and Cookies , Session 📝
Stars: ✭ 49 (-16.95%)
Mutual labels:  cookie
XinFramework
Android 快速开发框架 总结以往开发结合三方项目 不断更新
Stars: ✭ 21 (-64.41%)
Mutual labels:  utils
wx-tool
微信小程序工具类
Stars: ✭ 31 (-47.46%)
Mutual labels:  utils
privera
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.
Stars: ✭ 23 (-61.02%)
Mutual labels:  cookie

关于mUtils

文档地址

产生背景

这是关于个人日常比较通用代码的收集

功能描述

该方法一共包含以下属性,每个属性收集了对应的方法内容

  • flexible 移动端rem适配方案

  • RequestUtils 基于axios请求的二次封装

  • FeedbackUtils js反馈类的封装

  • DomUtils 该属性主要时针对dom元素相关的方法,针对于元素的一些操作

  • DeviceUtils 设备相关的检测与方法

  • StoreUtils 该属性主要是对于数据的操作

  • ExpUtils 该属性是d-js-utlis里的一个类,此属性包含对于一些字符,或者元素判断是否符合要求

  • GenericUtils 其他相关js工具代码,通用工具类

  • LogUtils 日志相关

  • PerformanceUtils 浏览器性能相关

  • UrlUtils url地址的一系列操作

  • ImageUtils 图片合成相关

快速使用

安装

使用npm安装 mUtils 依赖

npm i js-utils-m

yarn

yarn add js-utils-m

使用

获取所有方法

import mUtils from 'js-utils-m'
mUtils.FeedbackUtils.Toast('Hello,World', 5000)

按需引入

import { FeedbackUtils, LogUtils } from 'js-utils-m'
FeedbackUtils.Toast('Hello,World', 5000)
LogUtils.logInfo('mUtils')

直接引用js

<script src="http://static.huadong.uniqorn.com.cn/js/utils/mUtils.js"></script>
<script>
  mUtils.FeedbackUtils.Toast('Hello,World', 5000)
</script>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].