当前位置:网站首页>小程序项目结构
小程序项目结构
2022-07-05 20:19:00 【'wx】
每个页面由4个基本文件组成,分别是:
1..js文件(页面的脚本文件,存放页面的数据、事件处理函数等)
2..json文件(当前页面的配置文件,配置窗口的外观、表现等)
3.wxml文件(页面的模板结构文件,类似于html文件)
4.wxss文件(当前页面的样式表文件,类似于css)
1.app.json
{
"pages":[
"pages/home/home",
"pages/message/message",
"pages/contact/contact",
"pages/info/info"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"usingComponents": {
"my_test11":"/components/test/test",
"my_test2":"/components/test2/test2",
"my_test3":"/components/test3/test3",
"my_test4":"/components/test4/test4"
}
}
4个配置项作用:
1.pages:用来记录当前小程序所有页面的路径
2.window:全局定义小程序的页面背景色,文字颜色等
3.style:全局定义小程序组件所使用的样式版本
4.sitemaoLocation:用来指明sitemap.json的位置
2.project.config.json文件( 用来记录我们对小程序开发工具所做的个性化配置)
setting 中保存了编译相关的配置
projectname 中保存的是项目名称
appid 中保存的是小程序的账号 ID
3.sitemap.json文件(配置小程序页面是否允许微信索引)
边栏推荐
- PyTorch 1.12发布,正式支持苹果M1芯片GPU加速,修复众多Bug
- Wechat applet regular expression extraction link
- Go language | 03 array, pointer, slice usage
- 1: Citation;
- 图嵌入Graph embedding学习笔记
- 银河证券在网上开户安全吗?
- Is it safe for Galaxy Securities to open an account online?
- 【c语言】快速排序的三种实现以及优化细节
- 处理文件和目录名
- Securerandom things | true and false random numbers
猜你喜欢
.Net分布式事务及落地解决方案
leetcode刷题:二叉树10(完全二叉树的节点个数)
【数字IC验证快速入门】3、数字IC设计全流程介绍
CVPR 2022 | 常见3D损坏和数据增强
leetcode刷题:二叉树14(左叶子之和)
Guidelines for application of Shenzhen green and low carbon industry support plan in 2023
【数字IC验证快速入门】8、数字IC中的典型电路及其对应的Verilog描述方法
Jvmrandom cannot set seeds | problem tracing | source code tracing
【数字IC验证快速入门】7、验证岗位中必备的数字电路基础知识(含常见面试题)
Solve the problem that the database configuration information under the ThinkPHP framework application directory is still connected by default after modification
随机推荐
强化学习-学习笔记4 | Actor-Critic
Introduction to dead letter queue (two consumers, one producer)
1:引文;
CTF reverse Foundation
Wechat applet regular expression extraction link
银河证券在网上开户安全吗?
Model method
Securerandom things | true and false random numbers
DP: tree DP
- Oui. Net Distributed Transaction and Landing Solution
图嵌入Graph embedding学习笔记
Solve the problem that the database configuration information under the ThinkPHP framework application directory is still connected by default after modification
全国爱眼教育大会,2022第四届北京国际青少年眼健康产业展会
Leetcode: binary tree 15 (find the value in the lower left corner of the tree)
USACO3.4 “破锣摇滚”乐队 Raucous Rockers - DP
2023年深圳市绿色低碳产业扶持计划申报指南
Debezium series: PostgreSQL loads the correct last submission LSN from the offset
selenium 元素信息
Leetcode(695)——岛屿的最大面积
MySql的root密码忘记该怎么找回