# simple-worker-timer **Repository Path**: Ruilin0829/simple-worker-timer ## Basic Information - **Project Name**: simple-worker-timer - **Description**: 🌟基于vue3 、web worker的翻牌计时器 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-28 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-worker-timer - 基于`vue3` 、`web worker`的翻牌计时器 ## 📦 安装 ```bash # 通过 NPM 安装 npm i simple-worker-timer ``` ```bash # 通过 Yarn 安装 yarn add simple-worker-timer ``` ## 🕸️ CDN `simple-worker-timer`也提供了 UMD 版本,可以直接通过 CDN 加载,然后直接使用: ```html ``` 查看[HTML 示例](https://github.com/Ten-K/simple-worker-timer/blob/main/example/Html/index.html) ## 🚗 用法 ```ts ```