Skip to content

shuidi-fed/vue-async-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb34150 · Nov 8, 2019

History

46 Commits
Jul 10, 2019
Jul 3, 2019
Jul 30, 2019
Jul 30, 2019
Jul 19, 2019
Jul 3, 2019
Jul 3, 2019
Jul 3, 2019
Jul 12, 2019
Nov 8, 2019
Jul 3, 2019
Nov 6, 2019
Jul 11, 2019
Jul 3, 2019
Jul 3, 2019
Nov 6, 2019

Repository files navigation

vue-async-manager

This project has been deprecated

build status License Commitizen friendly

Manage asynchronous calls more easily in Vue apps.

Intro

vue-async-manager can help you manage asynchronous calls more easily in Vue applications, including:

  • Load asynchronous components
  • Fetch data from the API

If you are familiar with React Suspense, then vue-async-manager provides an <Suspense> component with the same name to do the same thing, and does an extra functional design for this.

In addition, vue-async-manager also provides a resource manager to help you manage asynchronous API requests more easily.

Next you can check out the Guide to get started quickly, or check out API. At the same time, we provide a number of Live Demos to help you understand vue-async-manager.

Installation

yarn add vue-async-manager

Or use npm:

npm install vue-async-manager --save

Usage

import Vue from "vue"
import VueAsyncManager from "vue-async-manager"

Vue.use(VueAsyncManager, options)

Author

vue-async-manager © HcySunYang, Released under the MIT License.
Authored and maintained by HcySunYang.

homepage · GitHub @HcySunYang · Twitter @HcySunYang