Giter Club home page Giter Club logo

gtd2's Introduction

GTD2

前端使用 ionic3 + cordova + typescript

后端使用 springBoot + JPA + Security + redis + mysql

服务器 rabbitMQ消息队列 + 讯飞语音AIUI

ionic3

启动前端服务

ionic serve

创建新页面
ionic g page NewPage
测试命令
ionic cordova run android -1 -c (真机在线调试)
ionic cordova build android 【debug版本,无需签名】
ionic cordova build android --release 【发布版,需要签名(要使用jarsigner签名必须用release版本)】
ionic cordova build android --release --prod => 优化启动速度,解决启动白屏
安装 phonegap 插件
npm install -- global phonegap
安装 plugman 插件
npm --registry https://registry.npm.taobao.org install -g plugman
<ionic3 调用原生方式>
ionic cordova platform add android/ios@(添加android/ios平台@)

.

<ionic3 plugman安装>
npm install -g plugman
<ionic3 cordova安装>
npm install -g [email protected]

######<ionic3创建自定义插件>

plugman create --name --plugin_id --plugin_version [--path ] [--variable NAME=VALUE]
ionic cordova plugin add file_path (注册插件,file_path为插件所在目录)
ionic cordova plugin remove name (移除插件,name为插件id)
<安装文件插件>
cordova plugin add cordova-plugin-file (注册插件)
npm install --save @ionic-native/file (ionic中使用)
<安装系统通知栏插件>
ionic cordova plugin add cordova-plugin-local-notification
npm install --save @ionic-native/local-notifications
<安装系统弹窗
ionic cordova plugin add cordova-plugin-dialogs
npm install --save @ionic-native/dialogs
<安装系统声音插件>
ionic cordova plugin add cordova-plugin-nativeaudio
npm install --save @ionic-native/native-audio
<安装系统震动插件>
ionic cordova plugin add cordova-plugin-vibration
npm install --save @ionic-native/vibration

后台服务

后台服务使用短应用™微服务架构提供服务
客户端-服务端接口文档

ZuulServer 微服务网关认证与授权拦截
ABD 授权
ABA 认证

客户端参数初始化

INI 源代码

帐户注册与认证

AUP 源代码

智能语音服务与讯飞语音AIUI

智能语音服务

IAS 源代码

智能服务

AAH 源代码

讯飞语音AIUI接入

XFY 源代码

短信接入

SMS 源代码

数据清洗与转换接入

ACJ 源代码

通知服务接入

ANN 源代码

日程、计划与共享/分享

ADG 日程、计划与共享源代码
SHA 日程、计划分享源代码

黑名单

BLA 源代码

备份与恢复

BAC 源代码

gtd2's People

Contributors

dinggao avatar forget1228 avatar huangjie1234 avatar hujiadong avatar jy-zhang avatar kangtotest avatar leonxi avatar mm1079 avatar penyb avatar supermeatboy-zy avatar wangkunmin avatar wuyu616818 avatar xf1355505045 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.