myuijs
v0.0.20
Published
新增 cookie 操作模块
Downloads
5
Readme
支持 浏览器 以及 ES6 模块
此项目为测试版, 食用需谨慎
ES6 模块
# 通过 npm 安装 myuijs
npm install myuijs --save
# 导入所有
import * as MyUI from 'myuijs'
# 按需导入
import { toast } from 'myuijs'
浏览器
# 从 git 上 clone/download 整个项目
git clone https://gitee.com/eujen/MyUI.git
# 将 dist文件夹中的 myui.js 复制到系统文件夹中
# 并通过 script 标签引入
<script src="yourpath/myui.js"></script>
# 此后, 便可通过全局变量 MyUI 调用 封装好的 函数
MyUI.toast('demo')
文档地址, 仅支持 pc 浏览
http://yuchang.iiio.top/myuidoc/index.html#/