@kkt/plugin-pro-entry
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

自动生成入口

kktp内置插件,需要配合@kkt/plugin-pro-router插件使用

全局样式

kktp 中约定src/global.css 为全局样式, 如果存在此文件,会被自动引入到入口文件最前面。

参数

type InitEntryOptions = {
  /**在src目录下生成的临时文件夹名称*/
  cacheDirName?: string;
  /**是否生成 react-redux Provider状态管理组件包裹*/
  redux?: boolean;
};

kktp配置文件

// .kktprc.ts
export default {
  // ...
  initEntery:true,
  initRoutes:true,
}

Contributors

License

Licensed under the MIT License.

Package Sidebar

Install

npm i @kkt/plugin-pro-entry

Weekly Downloads

9

Version

1.1.5

License

MIT

Unpacked Size

18.4 kB

Total Files

12

Last publish

Collaborators

  • uiwjs
  • wcjiang