cx-common-utils-test
v1.3.2
Published
cx common utils
Downloads
6
Readme
cx-common-utils
内部公共类库 官方文档
目录介绍
src - 工具函数
test - 测试用例
安装
npm i cx-common-utils
使用
import { dateFormat } from "cx-common-utils"
本地开发调试
npm install
npm run dev
如提示 “Failed to load plugin @typescript-eslint declared in .eslintrc” 错误请将node升级到更高版本,比如 16.17.1。
打包
npm run build