All Projects → AmosHuKe → Watch Test

AmosHuKe / Watch Test

Licence: apache-2.0
⌚运动演示-支持H5,Android,微信小程序

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Watch Test

Cyclicgen
Deep Video Frame Interpolation using Cyclic Frame Generation
Stars: ✭ 135 (-21.05%)
Mutual labels:  motion
Vue.netcore
.NetCore+Vue2/Vue3+Element plus,前后端分离,不一样的快速开发框架;提供Vue2、Vue3版本,。http://www.volcore.xyz/
Stars: ✭ 2,338 (+1267.25%)
Mutual labels:  h5
Yapanimator
Your fast and friendly physics-based animation system.
Stars: ✭ 1,928 (+1027.49%)
Mutual labels:  motion
Listen Now
Listen-now, 提供了多音乐平台的音乐搜索、播放、歌单播放、同步平台歌单到本地数据库,并计划开发智能音乐推荐系统。listen-now主要由学生层级的同学一起开发。
Stars: ✭ 139 (-18.71%)
Mutual labels:  wechat-app
Vassonic
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Stars: ✭ 11,466 (+6605.26%)
Mutual labels:  h5
Motionbook Source
Official MotionBook Source Code
Stars: ✭ 156 (-8.77%)
Mutual labels:  motion
Wechat App Demo
📱微信小程序 demo
Stars: ✭ 1,678 (+881.29%)
Mutual labels:  wechat-app
P1
一个基于EgretEngine的开发框架
Stars: ✭ 168 (-1.75%)
Mutual labels:  h5
Ramiko
nextjs + nest.js 构建页面可视化编辑器 -- Ramiko
Stars: ✭ 150 (-12.28%)
Mutual labels:  h5
Ewa
Enhanced Wechat App Development Toolkit (微信小程序增强开发工具)。不同于 wepy 或者 mpvue,是一个轻量级小程序开发框架。支持原生小程序所有功能,无需学习,极易上手。支持转换为百度/字节跳动/QQ小程序。
Stars: ✭ 160 (-6.43%)
Mutual labels:  wechat-app
Ezchat
基于网易云信 IM SDK for Android,界面仿造QQ和微信,打造的一款简单的即时通讯 APP,目前可实现好友添加,个人资料修改,基础聊天功能(包括文字,表情,语音,视频,图片和位置信息发送接收功能),Based on Netease cloud letter IM SDK for Android, the interface mimics QQ and WeChat, to create a simple instant messaging APP, which can be realized by adding friends, modifying personal information, basic chatting functions (including text, emoticons, voice, video, Location information send and receive function).
Stars: ✭ 140 (-18.13%)
Mutual labels:  wechat-app
Fundcharts
轻量级canvas数据可视化组件库(可在web移动端、微信小程序、服务端nodejs运行)。包含折线图/面积图、饼图/环形图、柱状图、雷达图(蜘蛛图),散点图,K线图,组合图,持续更新及维护。
Stars: ✭ 143 (-16.37%)
Mutual labels:  wechat-app
Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+1080.7%)
Mutual labels:  motion
Backboard
A motion-driven animation framework for Android.
Stars: ✭ 1,690 (+888.3%)
Mutual labels:  motion
Awesome Human Motion
🏃‍♀️ A curated list about human motion capture, analysis and synthesis.
Stars: ✭ 161 (-5.85%)
Mutual labels:  motion
Propose
Android Motion Library
Stars: ✭ 134 (-21.64%)
Mutual labels:  motion
Awesome Biomechanics
A curated, public list collecting resources for biomechanics and human motion: datasets, processing tools, software for simulation, educational videos, lectures, etc.
Stars: ✭ 154 (-9.94%)
Mutual labels:  motion
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (-1.17%)
Mutual labels:  motion
Ui Motion
How to apply meaningful and delightful motion in a sample Android app
Stars: ✭ 165 (-3.51%)
Mutual labels:  motion
Sunmaobin.github.io
blog
Stars: ✭ 159 (-7.02%)
Mutual labels:  h5

logo 运动手表演示

Vue2.0 uni-app ColorUI uCharts HBuilderX-v2.1.0

概述

演示

!!! 主要用于学习参考并无实际功能。

🏃‍⌚
智能手表运动相关的App页面展示。
插画风格 插画风格

登陆账号:admin 密码:admin

Vue2.0 + Uni-App + Vuex + ColorUI + uCharts + Scss + Mock

测试平台 是否支持 下载演示
Chrome
Android8.0 下载
ios未测试 未测试
微信小程序 微信小程序
  • !!!注:微信小程序演示登录不上,很大原因是Easy-Mock网站挂掉了,数据请求失败。

APP模块权限配置(manifest.json)

APP模块 是否使用
Bluetooth(低功耗蓝牙)

注意

1、项目需开启 Scss(HBuilderX v2.1.0 - 工具 - 插件安装 - Scss)
2、服务器数据请求地址更改:./service/request/index.js 下的 config.baseUrl
3、manifest.json源码中H5已开启代理,App端将原有的Easy-Mock(官网经常挂)改为github的json请求,但是由于微信小程序服务器接口地址需要认证,所以微信小程序的请求还是Easy-Mock

"h5" : {
	"devServer" : {
		"https" : false,
		"port": 8000,
		"disableHostCheck": true,
		"proxy": {
			"/mock": {
				"target": "http://raw.githack.com/AmosHuKe/Watch-Test/master",
				"changeOrigin": true,
				"secure": false
			}
		}
	}
}

目录结构

├── App.vue    //应用配置(配置App全局样式以及监听等)  
├── main.js    //Vue初始化入口文件  
├── manifest.json    //配置应用名称、appid、logo、版本等打包信息
├── pages.json   //配置页面路由、导航条、选项卡等页面类信息
├── mock    //模拟数据
├── common    //共用文件
├── components    //组件文件
├── pages    //页面文件夹  
│   └── index.vue    //主布局页
│   └── home    //首页
│   │   ├── children  //首页子
│   │   ├── home.vue   //首页
│   └── motion    //运动
│   │   ├── children  //运动页子
│   │   ├── motion.vue   //运动页
│   └── ble    //设备(蓝牙)
│   │   ├── children  //设备(蓝牙)页子
│   │   ├── ble.vue   //设备(蓝牙)页
│   └── goal    //目标
│   │   ├── children  //目标页子
│   │   ├── goal.vue   //目标页
│   └── mine    //我的
│   │   ├── children  //我的页子
│   │   ├── mine.vue   //我的页
├── lib    //第三方库/框架  
│   └── colorui    //ColorUi
├── service    //服务请求相关
│   └── api    //api接口
│   └── request    //请求全局配置,请求拦截
├── style    //样式文件  
├── static    //静态文件  
├── appstatic    //APP静态文件(Icon,启动图...)
├── unpackage    //打包后文件(dist)  
├── demo    //演示预览文件  
│   └── amos-login    //登录模板(http://ext.dcloud.net.cn/plugin?id=538)

感谢

ColorUI-UniApp
uCharts
luch-request
区间选择滑块组件

© AmosHuKe. All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].