- 基于uniapp开发的SunOfBeach(阳光沙滩)小程序版
- 数据来源程序员拉大锯开发的阳光沙滩网站提供的api 网站首页:
- 直接下载使用或者使用Git:
git clone git@github.com:asanlu/SunOfBeach.git
- 修改
manifest.json
中微信小程序中的appid
"mp-weixin" : {
"appid" : "xxxxx",
"setting" : {
"urlCheck" : false
},
"usingComponents" : true,
"lazyCodeLoading": "requiredComponents"
},
- 在HBuilder中运行到小程序模拟器
- 主要使用库
uni-ui
和vuex
- 富文本解析mp-html