An open API service indexing awesome lists of open source software.

https://github.com/midwayjs/umi-plugin-faas


https://github.com/midwayjs/umi-plugin-faas

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# umi-plugin-fas

Umi plugin for faas.

## Install

```bash
yarn add umi-plugin-faas
# OR npm install umi-plugin-faas
```

## Usage

```
export default {
faas: {

},
};
```

## Options

See [midway faas dev pack](https://github.com/midwayjs/midway-faas/tree/master/packages/faas-dev-pack) for `options` object to pass to the plugin.