首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Java

    uniapp项目实践第二章:使用vscode开发uniapp项目

    并且整理好代码 查看路由 安装插件 然后鼠标悬停,就有了提示 可以一键跑到对应的官方文档 运行下面的命令 npm install --save-dev @types/wechat-miniprogram /src/*"] }, "lib": ["esnext", "dom"], "types": [ "@dcloudio/types", "@types/wechat-miniprogram

    6.4K11编辑于 2025-01-21
  • 来自专栏腾讯IMWeb前端团队

    Kbone多端方案分析

    详细介绍参考:https://github.com/wechat-miniprogram/kbone/blob/develop/README.md 原理 build阶段 kbone提供了一个 webpack 该组件进行节点渲染的逻辑参考https://github.com/wechat-miniprogram/kbone/blob/develop/packages/miniprogram-element/src 参考 https://github.com/wechat-miniprogram/kbone 关注我们 IMWeb 团队隶属腾讯公司,是国内最专业的前端团队之一。

    78110编辑于 2022-06-29
  • 来自专栏IMWeb前端团队

    小程序官方同构方案Kbone分析

    详细介绍参考:https://github.com/wechat-miniprogram/kbone/blob/develop/README.md 原理 build阶段 kbone提供了一个webpack 该组件进行节点渲染的逻辑参考https://github.com/wechat-miniprogram/kbone/blob/develop/packages/miniprogram-element/src 参考 https://github.com/wechat-miniprogram/kbone

    1.5K20发布于 2019-12-04
  • 来自专栏mySoul

    微信小程序自定义组件(二)

    最后,总结就是一句话 当调用的时候,第一个参数为调用者的behaviors,而第二个参数为其本身的behaviors 官方扩展包 https://github.com/wechat-miniprogram 微信小程序的官方ide支持npm 官方提供有一个模板 https://github.com/wechat-miniprogram/miniprogram-custom-component 属于小程序的自定义脚手架的相关内容 官方的事例的组件 https://github.com/wechat-miniprogram/slide-view 以及官方提供的命令行工具 https://github.com/wechat-miniprogram /miniprogram-cli 命令行工具 npm install -g @wechat-miniprogram/miniprogram-cli 东西有点多 安装完成以后进行初始化 miniprogram

    1.3K30发布于 2018-09-18
  • 微信小程序——demo合集及简单的文档解读【五】

    官方Demo https://github.com/wechat-miniprogram/miniprogram-demo 其他Demo https://www.cnblogs.com/ytkah/p/

    64710编辑于 2024-08-16
  • 来自专栏全栈程序员必看

    unity开发微信小游戏1[通俗易懂]

    之前使用2021来着,会出错,我的处理方案,简单粗暴,直接卸载下载2020 unity下载的时候要选择WebGL Build Support 二、官方文档 文档: https://github.com/wechat-miniprogram

    3.6K20编辑于 2022-11-16
  • 来自专栏自学测试之道

    微信小程序Minium自动化测试(三)

    下载小程序示例代码:https://github.com/wechat-miniprogram/miniprogram-dem 获取单个元素 get_element():在当前页面查询控件, 如果匹配到多个结果

    1.2K30发布于 2021-11-18
  • 来自专栏niceyoo

    微信小程序里如何使用npm?小程序集成友盟举例

    相关链接: WeUI组件库地址:https://github.com/wechat-miniprogram/weui-miniprogram WeUI组件库文档:https://developers.weixin.qq.com

    1.9K50发布于 2020-08-19
  • 来自专栏Gorit 带你学全栈系列

    手把手带你学微信小程序 —— 如何开发属于自己的第三方微信小程序组件库

    必要情况,可以将其生成的代码放进微信小程序开发工具中运行起来看看效果 二、使用脚手架开发 2.1 脚手架环境初始化 npm install -g @wechat-miniprogram/miniprogram-cli test\node_modules\glob-stream\node_modules\glob\glob.js:764:12) 解决方案已经提 issue 了: https://github.com/wechat-miniprogram

    1.5K20编辑于 2022-05-18
  • 来自专栏快乐阿超

    morjs转换小程序

    进行浏览调试: [mor] ℹ 发现配置文件: mor.config.ts[mor] ✔ 配置文件加载成功: mor.config.ts[mor] ℹ 准备配置中, 即将开始编译 配置名称: wechat-miniprogram

    30510编辑于 2024-08-23
  • 来自专栏你的小程序

    [kbone-ui]打通 H5/微信小程序 多端UI库

    /intro/quickstart.html kbone-ui 示例 wechat-miniprogram.github.io/kboneui/ui/ kbone-ui 仓库 github.com/wechat-miniprogram

    1.9K30发布于 2020-01-21
  • 来自专栏前端开发

    使用 Trae 快速上手微信小程序开发

    这些文件通常来自以下几个来源:微信官方提供的类型定义包(@types/wechat-miniprogram)项目初始化时自动生成开发者手动添加的自定义类型定义这些类型定义文件(.d.ts)不会被编译到最终代码中

    17600编辑于 2026-03-10
  • 来自专栏小丑的小屋

    整理了小程序云开发实战,你看懂了吗?

    devtools/download.html [2] weui-css: "https://github.com/Tencent/weui-wxss/" [3] demo: https://github.com/wechat-miniprogram

    69310发布于 2020-09-21
  • 来自专栏测试人生

    腾讯出品小程序自动化测试框架【Minium】系列(一)环境搭建之第一个测试程序

    setup.py install 4、设置微信开发者工具 5、找开发要源代码 这里我们以官方示例小程序项目作为演示,使用git直接clone: git clone https://github.com/wechat-miniprogram

    2.4K20编辑于 2023-02-24
  • 来自专栏千帆企业应用连接器

    腾讯云HiFlow场景连接器7月最受欢迎新应用&模版推荐

    获取用户访问数据月趋势、获取用户访问页面数据【 场景案例】每日定时获取微信小程序数据,发布至内部群并自动写入至表格【应用页面】https://hiflow.tencent.com/apps/details/wechat-miniprogram

    1.4K40编辑于 2022-07-28
  • 来自专栏最新Python入门基础合集

    小程序开发中的插件生态与应用-中

    // 初始化实时通信插件 rtcPlugin.init({ appId: 'your-app-id', // 小程序的唯一标识 channel: 'wechat-miniprogram

    30610编辑于 2025-05-16
  • 来自专栏txy自动搬运

    黑马程序员uni-app 小兔鲜儿 项目及bug记录(上)

    插件安装 unit-create-view uni-helper uniapp小程序扩展 1、创建unit文件可自动注册路由 2、代码提示 3、鼠标悬停提示 TS配置 npm i -D @types/wechat-miniprogram "lib": [ "esnext", "dom" ], "types": [ "@dcloudio/types", "@types/wechat-miniprogram "lib": [ "esnext", "dom" ], "types": [ "@dcloudio/types", "@types/wechat-miniprogram

    1.1K10编辑于 2024-07-20
  • 来自专栏跟着官方文档学小程序开发

    第一章 小程序起步

    图1-xx 小程序的Demo演示 与小程序配套的官方Demo示例代码的仓库地址如下: https://github.com/wechat-miniprogram/miniprogram-demo 1.2

    98820编辑于 2025-08-25
领券