@kkt/plugin-pro-entry
v1.1.5
Published
自动生成入口文件
Downloads
166
Readme
自动生成入口
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.