1.0.5 • Published 3 years ago

ks-tool v1.0.5

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

ks-tool

ks-tool:轻量级的通用工具库,包括日期转换、类型判断、常用方法等

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build:esm 编译出符合 esm 规范的可执行文件,供 Vue、React 等采用 esmodule 规范进行模块化打包的项目使用
npm run build:umd 编译出符合 umd 规范的可执行文件,供 jQuery、Vue、NodeJS 等项目使用
npm run build:min 编译出符合 umd 规范的压缩的可执行文件
npm run build

Run your unit tests

npm run test

Lints and fixes files

npm run lint

use the tool

npm i -D ks-tool
example: import { dateFormat } from 'ks-tool'

项目结构

├── .babelrc				    // babel配置文件
├── package.json				// npm包配置文件,依赖信息
├── rollup.config.js			// rollup打包配置
├── tsconfig.json			    // ts配置文件

方法函数说明