https://github.com/acgrid/web-worker-demo
Try web worker in vue-cli 4 based TypeScript project
https://github.com/acgrid/web-worker-demo
Last synced: 3 months ago
JSON representation
Try web worker in vue-cli 4 based TypeScript project
- Host: GitHub
- URL: https://github.com/acgrid/web-worker-demo
- Owner: acgrid
- Created: 2019-11-02T09:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:47:08.000Z (over 3 years ago)
- Last Synced: 2025-02-26T15:37:38.007Z (over 1 year ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-worker-demo
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).