当前位置:网站首页>Preparation for wechat applet development
Preparation for wechat applet development
2022-06-26 03:17:00 【Small vegetable bird yard live】
- Sign up for wechat applet ( You need to prepare a new mailbox that has not registered an applet for registration )
- Install wechat developer tools ( Download the wechat development document )
Download path :https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html - Create a project , Creating a new project requires appid, Available in the applet background (appid Is the application id , Every wechat applet has an original appid, It's just like a person's ID number , This is the ID of the applet . Is the only one. , Will not repeat with other procedures )
- Log in wechat public platform : Perfect information , Configure server domain name ( website :https://mp.weixin.qq.com/)
- It is recommended that wechat applets UI Component library (ColorUI)
colorui Component library usage steps : Download address :https://github.com/weilanwl/ColorUI
1. Download the installation package , Entered after decompression demo Folder
2. Copy colorui Folder to applet project
3. hold main.wxss,icon.wxss File import to app.wxss In the document
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
4. Put the following code into app.json In the document
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
}
边栏推荐
- Qt编译出错ERROR: Unknown module(s) in QT: script
- QT compilation error: unknown module (s) in qt: script
- 【解决】联想拯救者vmware启动虚拟机蓝屏重启问题
- 限制输入字符长度length英文1个字符中文2个字符
- 工业机器人之“慧眼”——机器视觉
- scrapy返回400
- [QT] custom control - switch
- 文献阅读---优化RNA-seq研究以研究除草剂耐药性(综述)
- Using meta analysis to drive the development of educational robot
- Classic quotations from "human nature you must not know"
猜你喜欢
双碳红利+基建大年 | 图扑深耕水利水电绿色智能装备领域
[solution] the blue screen restart problem of the virtual machine started by the VMware of Lenovo Savior
Camtasia 2022全新版超清录制电脑视频
Little p weekly Vol.10
NoSQL之Redis配置与优化
Une citation classique de la nature humaine que vous ne pouvez pas ignorer
小 P 周刊 Vol.10
[machinetranslation] - Calculation of Bleu value
stm32Cubemx:看门狗------独立看门狗和窗口看门狗
【flask入门系列】flask处理请求和处理响应
随机推荐
gstreamer分配器与pool的那些事
分布式电商项目 谷粒商城 学习笔记<3>
【论文笔记】Manufacturing Control in Job Shop Environments with Reinforcement Learning
解析社交机器人中的技术变革
Google recommends using kotlin flow in MVVM architecture
stm32Cubemx:看门狗------独立看门狗和窗口看门狗
OpenAPI 3.0 specification - Food Guide
Stm32cubemx: watchdog ------ independent watchdog and window watchdog
如何筹备一场感人的婚礼
【解决】联想拯救者vmware启动虚拟机蓝屏重启问题
浅谈虚拟内存与项目开发中的OOM问题
项目部署遇到的问题-生产环境
OpenAPI 3.0 规范-食用指南
QT compilation error: unknown module (s) in qt: script
Distributed e-commerce project grain mall learning notes < 3 >
Butterknife unbinder uses flashback in fragment and viewpager
NoSQL之Redis配置与优化
Network PXE starts winpe and supports UEFI and legacy boot
Arduino string to hexadecimal number for large color serial port screen.
MySQL数据库基础