Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:23:09.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:33.363Z (about 2 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/).