添加说明

This commit is contained in:
yahui.xue 2021-06-30 10:05:30 +08:00
parent db3c4eba04
commit 5afb9a55ec
2 changed files with 19 additions and 14 deletions

View File

@ -1,3 +1,21 @@
# wx-applet-template
微信原生小程序模板
# 项目结构说明
Components --自定义组件
Pages --主要页面
--authorizationPage --授权昵称和手机号页面
--openAuthentication --企业认证和个人认证页面
Utils --静态文件和公共方法
--css --公共样式存放地
--images --系统图片存放地(不替换的)
--js --公共方法
--request --调用接口的封装
--replace-images --需要替换图片
App.js --小程序入口,注册小程序实例
App.json --小程序全局配置
App.wxss --全局样式
Package.json --项目描述文件,记录项目中的依赖等
project.config.json --项目配置文件
README.md --说明
Sitemap.json --可对特定页面的索引进行关闭

13
package-lock.json generated
View File

@ -1,13 +0,0 @@
{
"name": "cherry_mini",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"umtrack-wx": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/umtrack-wx/-/umtrack-wx-2.6.2.tgz",
"integrity": "sha512-EdxHh5pW7TYhE8A7AUzqLBXV+P6Sk3y86iBnAbq/7IFd3Bwl0LoQZ+lA6aMAnd1Ylxe+68uO7xekKMS2NLB5xQ=="
}
}
}