umi-plugin-hire
A umi plugin for insert a side tip for hire
Last updated 5 years ago by peachscript .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install umi-plugin-hire 
SYNC missed versions from official npm registry.

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!

Current Tags

  • 1.0.6                                ...           latest (5 years ago)

7 Versions

  • 1.0.6                                ...           5 years ago
  • 1.0.5                                ...           5 years ago
  • 1.0.4                                ...           5 years ago
  • 1.0.3                                ...           5 years ago
  • 1.0.2                                ...           5 years ago
  • 1.0.1                                ...           5 years ago
  • 1.0.0                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 7
Last Day 0
Last Week 6
Last Month 1
Dependencies (0)
None
Dev Dependencies (7)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |