1.0.5 • Published 5 years ago
ks-tool v1.0.5
ks-tool
ks-tool:轻量级的通用工具库,包括日期转换、类型判断、常用方法等Project setup
npm installCompiles and hot-reloads for development
npm run devCompiles 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 buildRun your unit tests
npm run testLints and fixes files
npm run lintuse 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配置文件