0.0.21 • Published 2 years ago
jstools-common v0.0.21
jstools-common
简介
jstools-common 是一个常用的JS工具函数集,使用简单方便。该项目意在将常用的工具函数进行收集整理以便尽可能避免开发中重复造轮子,收纳的函数聚焦项目中具体的功能点。
下载安装
- 直接下载:https://github.com/xue5hen/jstools-common/releases
- npm安装:npm i jstools-common -S
快速使用
- 引入方式
// WEB网页环境
<script src="path/to/jstools.web.js"></script>
import jstools from 'jstools-common/dist/jstools.web'
let jstools = require('jstools-common/dist/jstools.web')
// 纯NODE环境
let jstools = require('jstools-common/dist/jstools.node')
// Electron-main环境
let jstools = require('jstools-common/dist/jstools.electron-main')
// Electron-renderer环境
import jstools from 'jstools-common/dist/jstools.electron-renderer'
let jstools = require('jstools-common/dist/jstools.electron-renderer')
交流 & 提问
- 请直接在 github issues 提交问题
关于作者
如果你感觉有收获,欢迎打赏以激励我更多输出优质开源内容。
0.0.21
2 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.17
3 years ago
0.0.15
4 years ago
0.0.13
4 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7-a
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago