# mk_framework **Repository Path**: code_yi/mk_framework ## Basic Information - **Project Name**: mk_framework - **Description**: muzzik 开发的 cocos creator 游戏开发框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-06-07 - **Last Updated**: 2023-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mk_framework muzzik 开发的 cocos creator 游戏开发框架 `(开发阶段)` --- ## # 在任意项目中安装框架 https://github.com/1226085293/mk_framework/releases/tag/%E5%AE%89%E8%A3%85%E6%8F%92%E4%BB%B6 ## # 构建框架声明文件(d.ts) ### 1. 初始化 1. `cd tool\api-extractor` 2. `npm i` ### 2. 运行 1. `npm run 构建框架声明文件` ## # 构建框架文档 > 仅限 mk_framework 项目 ### 1. 初始化 1. `cd tool\doc-website` 2. `npm i` ### 2. 运行 1. `cd tool\api-extractor & npm run 构建框架文档` 2. `cd tool\doc-website & npm run start`