nature-dom-util
v1.1.0
Published
dom
Downloads
10
Readme
Dom处理工具
提供常见dom处理工具
build
重要: Github 仓库的 /dist 文件夹只有在新版本发布时才会更新。如果想要使用 Github 上最新的源码,你需要自己构建。
git clone https://github.com/sakitam-fdd/domUtils.git
npm install
npm run dev
npm run build
Use
DomUtils.htmlUtils.get('app')
, 返回dom对象
CDN
https://unpkg.com/[email protected]/dist/DomUtils.js
https://unpkg.com/[email protected]/dist/DomUtils.min.js
NPM
npm install nature-dom-util --save
import DomUtils from 'nature-dom-util'