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
- Host: GitHub
- URL: https://github.com/peachscript/umi-plugin-hire
- Owner: PeachScript
- License: mit
- Created: 2021-03-09T02:49:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T03:35:11.000Z (about 5 years ago)
- Last Synced: 2025-04-11T00:12:02.473Z (about 1 year ago)
- Language: Less
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!