# vue-js-task-queue **Repository Path**: demo_hub/vue-js-task-queue ## Basic Information - **Project Name**: vue-js-task-queue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2022-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-js-task-queue JS 异步任务队列 - 任务队列排队执行 - 支持设置并发数量(默认为 3) - 支持暂停继续 - 支持移除任务 ![img](./preview.png) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).