@wangxuya/wxutil
v0.0.2
Published
[![Build Status](https://travis-ci.com/wuwangxu/wxutil.svg?branch=master)](https://travis-ci.com/wuwangxu/wxutil) [![codecov](https://codecov.io/gh/wuwangxu/wxutil/branch/master/graph/badge.svg)](https://codecov.io/gh/wuwangxu/wxutil)
Downloads
4
Readme
wxutil
前端工具库
安装
- 直接使用
lib
目录下的wxutil.min.js
<script src="wxutil.min.js"></script>
<script>
var params = wxutil.getParamByName('a')
</script>
- npm/yarn安装
$ yarn add wxutil
使用方法: 支持tree shaking按需加载
import {iOS,getParmaByName} from 'wxutil'
const isIOS = iOS()
...
或者
import * as _ from 'wxutil'
const isIOS = _.iOS()
...
文档
鸣谢
脚手架搬自 z.js