https://github.com/jcalixte/vue-worker-example
VueJS project with an example of using web worker with comlink-loader
https://github.com/jcalixte/vue-worker-example
Last synced: 4 months ago
JSON representation
VueJS project with an example of using web worker with comlink-loader
- Host: GitHub
- URL: https://github.com/jcalixte/vue-worker-example
- Owner: jcalixte
- Created: 2020-03-29T10:57:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:23:09.000Z (over 2 years ago)
- Last Synced: 2025-01-07T23:51:43.038Z (6 months ago)
- Language: Vue
- Size: 4.31 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-worker-example
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).