当前位置:网站首页>小程序目录结构
小程序目录结构
2022-07-07 12:33:00 【InfoQ】
目录结构
- pages:这个目录下放的就是小程序的页面
- utils:这里面存的都是一些公用的js,提供公共方法减少冗余和维护难度的
- app.js:整个微信小程序相关的全局js,这里有监听整个小程序的生命周期函数和全局变量;
- app.json:是对整个小程序的静态全局配置,我们可以在这个文件中配置小程序是由哪些页面组成(路由),配置小程序的窗口背景色、配置导航条样式,配置默认标题,可以配置整个项目的样式,超时时间,加载的插件等等;(注意该文件不可添加任何注释);
- app.wxss文件:整个小程序的样式文件,针对每个页面的css文件的内容不同,加载到对应页面的css样式时,当前页面的wxss文件会覆盖app.wxss文件(估计跟普通的css样式的覆盖规则类似)。
- project.config.json文件: 这个其实是每个开发者工具生成的项目都有的,但和项目内容实际没有特别大关联,主要是记录相关工具的配置的,在工具上做的任何配置都会写入到这个文件,当重新安装工具或者换电脑工作时,只要载入同一个项目的代码包,开发者工具就自动会帮你恢复到当时你开发项目时的个性化配置,其中会包括编辑器的颜色、代码上传时自动压缩等等一系列选项。
- sitemap.json文件: 这个可以配置是否允许被微信索引,具体看微信官方文档-sitemap 配置
- wxs
- png
- jpg
- jpeg
- gif
- svg
- json
- cer
- mp3
- aac
- m4a
- mp4
- wav
- ogg
- silk
- wasm
- br
- cert
边栏推荐
- PHP中用下划线开头的变量含义
- 648. Word replacement: the classic application of dictionary tree
- mysql ”Invalid use of null value“ 解决方法
- The longest ascending subsequence model acwing 1014 Mountaineering
- Huawei image address
- 請問,在使用flink sql sink數據到kafka的時候出現執行成功,但是kafka裏面沒有數
- The longest ascending subsequence model acwing 482 Chorus formation
- 请问,PTS对数据库压测有好方案么?
- gvim【三】【_vimrc配置】
- Use case diagram
猜你喜欢
Mrs offline data analysis: process OBS data through Flink job
Flask session forged hctf admin
GVIM [III] [u vimrc configuration]
Advanced Mathematics - Chapter 8 differential calculus of multivariate functions 1
Transferring files between VMware and host
The delivery efficiency is increased by 52 times, and the operation efficiency is increased by 10 times. See the compilation of practical cases of financial cloud native technology (with download)
SAKT方法部分介绍
Equipment failure prediction machine failure early warning mechanical equipment vibration monitoring machine failure early warning CNC vibration wireless monitoring equipment abnormal early warning
gvim【三】【_vimrc配置】
Dry goods | summarize the linkage use of those vulnerability tools
随机推荐
Beginner XML
WPF DataGrid realizes the UI interface to respond to a data change in a single line
Hangdian oj2054 a = = B? ???
请问,我kafka 3个分区,flinksql 任务中 写了 join操作,,我怎么单独给join
手把手教会:XML建模
Common response status codes
Hangdian oj2092 integer solution
课设之百万数据文档存取
libSGM的horizontal_path_aggregation程序解读
Excuse me, does PTS have a good plan for database pressure measurement?
高等數學---第八章多元函數微分學1
UML 状态图
js 获取当前时间 年月日,uniapp定位 小程序打开地图选择地点
docker部署oracle
Codes de non - retour à zéro inversés, codes Manchester et codes Manchester différentiels couramment utilisés pour le codage des signaux numériques
请问,PTS对数据库压测有好方案么?
Excuse me, when using Flink SQL sink data to Kafka, the execution is successful, but there is no number in Kafka
Leetcode——236. 二叉树的最近公共祖先
GVIM [III] [u vimrc configuration]
Flask session forged hctf admin