diff --git a/README.md b/README.md index a6d300b..003fe23 100644 --- a/README.md +++ b/README.md @@ -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 --可对特定页面的索引进行关闭 -微信原生小程序模板 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 7f1629c..0000000 --- a/package-lock.json +++ /dev/null @@ -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==" - } - } -}