1. nature-dom-util
dom
nature-dom-util
Package: nature-dom-util
Created by: sakitam-fdd
Last modified: Tue, 10 May 2022 10:20:12 GMT
Version: 1.1.0
License: MIT
Downloads: 12
Repository: https://github.com/sakitam-fdd/domUtils

Install

npm install nature-dom-util
yarn add nature-dom-util

Dom处理工具

Build Status

NPM

提供常见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'

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin