1.0.2 • Published 4 years ago

umi-plugin-set-page-title v1.0.2

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

umi-plugin-set-page-title

NPM version NPM downloads

customerize page title

根据路由自定义配置参数title来动态修改页面的<title>标记值。

umi有这个插件,此插件的开发过程对于理解umi插件开发流程非常有帮助。

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-set-page-title'],
  ],
}

Options

TODO

LICENSE

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago