https://github.com/sakitam-fdd/js-mate
一个类jquery的工具库
https://github.com/sakitam-fdd/js-mate
ajax dom javascript jquery rollup
Last synced: about 2 months ago
JSON representation
一个类jquery的工具库
- Host: GitHub
- URL: https://github.com/sakitam-fdd/js-mate
- Owner: sakitam-fdd
- License: mit
- Created: 2017-11-05T05:13:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T06:20:56.000Z (about 8 years ago)
- Last Synced: 2025-09-16T14:15:43.561Z (9 months ago)
- Topics: ajax, dom, javascript, jquery, rollup
- Language: JavaScript
- Homepage:
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING-CN.md
- License: LICENSE
Awesome Lists containing this project
README
# js-mate
> 一个类jquery的工具库
[](https://www.travis-ci.org/sakitam-fdd/js-mate)
[](https://npmjs.org/package/@aurorafe/js-mate)
[](https://www.jsdelivr.com/package/npm/@aurorafe/js-mate)

[](https://www.npmjs.org/package/@aurorafe/js-mate)
[](https://github.com/sakitam-fdd/js-mate/stargazers)
[](https://raw.githubusercontent.com/sakitam-fdd/js-mate/master/LICENSE)
## 下载
```bash
git clone https://github.com/sakitam-fdd/js-mate.git
npm install
npm run dev
npm run build
npm run karma.test
npm run karma.cover
```
### 安装
#### npm安装
```bash
npm install @aurorafe/js-mate --save
import Mate from '@aurorafe/js-mate'
```
#### cdn
目前可通过
- [unpkg.com](https://unpkg.com/@aurorafe/js-mate/dist/js-mate.js)
- [jsdelivr](https://cdn.jsdelivr.net/npm/@aurorafe/js-mate/dist/js-mate.js) 获取最新版本的资源。
```bash
// jsdelivr (jsdelivr由于缓存原因最好锁定版本号)
https://cdn.jsdelivr.net/npm/@aurorafe/js-mate/dist/js-mate.js
https://cdn.jsdelivr.net/npm/@aurorafe/js-mate/dist/js-mate.min.js
// npm
https://unpkg.com/@aurorafe/js-mate/dist/js-mate.js
https://unpkg.com/@aurorafe/js-mate/dist/js-mate.min.js
```
#### [文档](//sakitam-fdd.github.io/js-mate/docs/)