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

https://github.com/peachscript/umi-plugin-hire

A umi plugin for insert a side tip for hire
https://github.com/peachscript/umi-plugin-hire

Last synced: about 1 year ago
JSON representation

A umi plugin for insert a side tip for hire

Awesome Lists containing this project

README

          

# umi-plugin-hire

A umi/dumi plugin for insert a side tip for hire.

Online example: [https://d.umijs.org](https://d.umijs.org)

## Usage

Install this plugin into `devDependencies` of `package.json`, umi/dumi will load it automatically:

```bash
$ npm i umi-plugin-hire -D
```

Then configure the hire informations in `config/config.ts` or `.umirc.ts`:

```typescript
// .umirc.ts
export default {
hire: {
title: 'Waiting for you',
content: `

Job Description:



  • balabala

  • balabala

  • balabala

`,
email: 'youremail@example.com',
slogan: 'Find a nice job?',
},
}
```

That's all!