# kui-configs-demo **Repository Path**: Kinyx/kui-configs-demo ## Basic Information - **Project Name**: kui-configs-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-31 - **Last Updated**: 2025-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kui-configs-demo --- > 项目 [kui-configs](https://gitee.com/Kinyx/kui-configs)的示例项目 ## 示例 ### `html` #### [资源文件引入](https://gitee.com/Kinyx/kui-configs-demo/blob/master/src/html/demo0_resource.html) #### [ES6模块化 & type="module"](https://gitee.com/Kinyx/kui-configs-demo/blob/master/src/html/demo1_module.html) #### [babel](https://gitee.com/Kinyx/kui-configs-demo/blob/master/src/html/demo2_babel.html) #### [脚本文件后缀名处理](https://gitee.com/Kinyx/kui-configs-demo/blob/master/src/html/demo3_extname.html) ### `tsc`编译结果处理 #### `tsc_declare_empty.ts` > 空文件 #### `tsc_declare_noDeclare.ts` > 有代码,但是无ts declare内容。 #### `tsc_declare_noExportDeclare.ts` > 代码会生成ts declare,但是没有export,在汇总的index.d.ts中会提示错误。