Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:47:08.000Z (about 2 years ago)
- Last Synced: 2023-02-27T11:02:50.394Z (almost 2 years ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 0
- 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/).