# vue3-ts-web-worker
**Repository Path**: xiaoefen/vue3-ts-web-worker
## Basic Information
- **Project Name**: vue3-ts-web-worker
- **Description**: vue3+ts项目中使用web-worker多线程Demo
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 2
- **Created**: 2022-06-17
- **Last Updated**: 2024-08-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Vue3-TS, web-worker, vue3-ts-web-worker
## README
# vue3中使用Web Worker多线程(TS风味版)
JS原味版:[传送门](https://gitee.com/xiaoefen/vue3-web-worker)
项目详细具体可以看这篇文章:[传送门](https://blog.csdn.net/weixin_42063951/article/details/125300644)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).