All Projects → gibsonxiong → ionic-uuchat

gibsonxiong / ionic-uuchat

Licence: MIT license
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ionic-uuchat

angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (+85.71%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (+57.14%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-7.14%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+11964.29%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
Ion2 Calendar
📅 A date picker components for ionic2 /ionic3 / ionic4
Stars: ✭ 537 (+3735.71%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
Ionic2 Pokedex
🎮 Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
Stars: ✭ 143 (+921.43%)
Mutual labels:  ionic, angular2, angular4, ionic2, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+1385.71%)
Mutual labels:  ionic, angular4, ionic2, ionic3
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+150%)
Mutual labels:  ionic, angular4, ionic2, ionic3
Drip Ionic3
「水滴打卡」App Open Source Code Base On Ionic V3 Framework
Stars: ✭ 74 (+428.57%)
Mutual labels:  angular2, angular4, ionic2, ionic3
Ionic Audio
An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
Stars: ✭ 332 (+2271.43%)
Mutual labels:  angular2, angular4, ionic2, ionic3
Ionic2 Rating
⭐️ Angular star rating bar. Built for Ionic 2+.
Stars: ✭ 177 (+1164.29%)
Mutual labels:  ionic, angular2, angular4, ionic2
Ng Lottie
Render After Effects animations on Angular based on lottie-web
Stars: ✭ 311 (+2121.43%)
Mutual labels:  ionic, angular2, angular4, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+785.71%)
Mutual labels:  ionic, angular4, ionic2, ionic3
ionic2-PreDB
Simple Ionic 2+ with pre-populated database starter project
Stars: ✭ 14 (+0%)
Mutual labels:  ionic, ionic2, ionic3
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (+50%)
Mutual labels:  ionic, ionic2, ionic3
Growth Ionic
[v2.0 DEPRECATED, please update to Growth 3.0] Growth - App to help you Be Awesome Developer & Awesome Hacker
Stars: ✭ 2,200 (+15614.29%)
Mutual labels:  ionic, angular2, ionic2
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+228.57%)
Mutual labels:  angular2, ionic2, ionic3
sm-coal-app
这是一个使用Ionic2开发的集数据展示,交易,交流于一体的APP
Stars: ✭ 21 (+50%)
Mutual labels:  ionic, ionic2, ionic3
ionicfirebasecrud
An example of crud with Firebase and Ionic
Stars: ✭ 15 (+7.14%)
Mutual labels:  ionic, ionic2, ionic3
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+242.86%)
Mutual labels:  ionic, angular4, ionic3

项目介绍

实时聊天app,兼容web端,基于ionic3,angular4。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。

预览地址

android版下载

环境依赖

nodejs

快速运行

git clone https://github.com/gibsonxiong/ionic-uuchat.git
cd ionic-uuchat

安装项目依赖

npm install

安装ionic、cordova命令行

npm install -g cordova ionic

开启服务

ionic serve

浏览器访问:http://localhost:8100,

build

ionic build --prod

更新日志

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].