1.0.6 • Published 3 years ago

umi-plugin-hire v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

umi-plugin-hire

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

Online example: https://d.umijs.org

Usage

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

$ npm i umi-plugin-hire -D

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

// .umirc.ts
export default {
  hire: {
    title: 'Waiting for you',
    content: `
<p>Job Description:</p>
<ul>
  <li>balabala</li>
  <li>balabala</li>
  <li>balabala</li>
</ul>`,
    email: 'youremail@example.com',
    slogan: 'Find a nice job?',
  },
}

That's all!

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago