# LessonModule **Repository Path**: harveyblack/LessonModule ## Basic Information - **Project Name**: LessonModule - **Description**: 实践HarmonyOS module依赖 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-23 - **Last Updated**: 2024-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 工程用于HarmonyOS应用开发过程中的module依赖实践 工程实践entry类型module如何依赖har, shared, feature三种类型的module # 目录结构 entry : 应用主入口 harlibrary : har 类型模块 hsplibray : shared 类型模块,即共享动态库,简称hsp modulefeature : feature 类型模块