https://github.com/lancelotox/z-util-page
WEB工具库
https://github.com/lancelotox/z-util-page
cookie debounce deepclone filehelper javascript reactive throttle typescript utils uuid webpack
Last synced: about 2 months ago
JSON representation
WEB工具库
- Host: GitHub
- URL: https://github.com/lancelotox/z-util-page
- Owner: lancelotox
- Created: 2022-11-24T04:37:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T02:53:07.000Z (over 1 year ago)
- Last Synced: 2025-10-11T14:54:27.376Z (8 months ago)
- Topics: cookie, debounce, deepclone, filehelper, javascript, reactive, throttle, typescript, utils, uuid, webpack
- Language: TypeScript
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [z-util-page](https://lancelotox.github.io/z-util-page/html/)
## 说明
> 这是一个基于TS的WEB工具库,包含一些常用的工具函数。
> [工具库文档](utils/README.md)
### 构建工具库
```
pnpm build:utils
```
### 清理工具库
```
pnpm clean:utils
```
### 单元测试
```
pnpm tsc:watch
pnpm test:unit
```
### 端到端测试
```
pnpm tsc:watch
pnpm test:web
```
### 构建vitepress文档
```
pnpm docs:build
pnpm docs:preview
```
### 构建Markdown文档
```
pnpm md
```
### 发布工具库
```
pnpm publish:latest
pnpm publish:beta
```