Code Monkey home page Code Monkey logo

vue-async-manager's Introduction

vue-async-manager

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)

vue-async-manager's People

Contributors

ashwinkshenoy avatar hcysunyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.