https://github.com/midwayjs/umi-plugin-faas
https://github.com/midwayjs/umi-plugin-faas
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/midwayjs/umi-plugin-faas
- Owner: midwayjs
- Created: 2020-05-18T09:19:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T16:23:53.000Z (over 4 years ago)
- Last Synced: 2025-02-14T19:36:24.149Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.