All Projects → growu → Drip Ionic3

growu / Drip Ionic3

Licence: gpl-3.0
「水滴打卡」App Open Source Code Base On Ionic V3 Framework

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Drip Ionic3

angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (-64.86%)
Mutual labels:  angular2, angular4, ionic2, ionic3, angular5
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-70.27%)
Mutual labels:  angular2, angular4, ionic2, ionic3, angular5
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-82.43%)
Mutual labels:  cordova, 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 (+348.65%)
Mutual labels:  ionic3, ionic2, angular2, angular4, angular5
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+181.08%)
Mutual labels:  cordova, ionic3, ionic2, angular4
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+2182.43%)
Mutual labels:  ionic3, ionic2, angular2, angular4
Ionic2 Pokedex
🎮 Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
Stars: ✭ 143 (+93.24%)
Mutual labels:  ionic3, ionic2, angular2, angular4
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-81.08%)
Mutual labels:  angular2, angular4, ionic2, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+67.57%)
Mutual labels:  cordova, ionic3, ionic2, angular4
Ion2 Calendar
📅 A date picker components for ionic2 /ionic3 / ionic4
Stars: ✭ 537 (+625.68%)
Mutual labels:  ionic3, ionic2, angular2, angular4
Ng Lottie
Render After Effects animations on Angular based on lottie-web
Stars: ✭ 311 (+320.27%)
Mutual labels:  ionic3, angular2, angular4
Ionic Boilerplate
✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2
Stars: ✭ 309 (+317.57%)
Mutual labels:  ionic3, ionic2, angular5
Ng Snotify
Angular 2+ Notification Center
Stars: ✭ 304 (+310.81%)
Mutual labels:  angular2, angular4, angular5
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (+245.95%)
Mutual labels:  angular2, angular4, angular5
Ng Http Loader
🍡 Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
Stars: ✭ 327 (+341.89%)
Mutual labels:  angular2, angular4, angular5
Angulartics2
Vendor-agnostic analytics for Angular2 applications.
Stars: ✭ 963 (+1201.35%)
Mutual labels:  angular2, angular4, angular5
Ngx Monaco Editor
Monaco Editor component for Angular 2 and Above
Stars: ✭ 347 (+368.92%)
Mutual labels:  angular2, angular4, angular5
Angular Material App
基于最新Angular 9框架与Material 2技术的web中后台前端应用框架。
Stars: ✭ 509 (+587.84%)
Mutual labels:  angular2, angular4, angular5
ionic2-mask-directive
directive to mask ion-input
Stars: ✭ 24 (-67.57%)
Mutual labels:  angular4, ionic2, ionic3
Angular2 Toaster
Angular2-toaster is an asynchronous, non-blocking Angular Toaster Notification library
Stars: ✭ 333 (+350%)
Mutual labels:  angular2, angular4, angular5

drip-ionic3

「水滴打卡」App open source code,base on Ionic Framework v3

中文文档

Example

Download Link

二维码

Usage

git clone https://github.com/growu/drip-ionic3

cd drip-ionic3

npm install

ionic cordova platform add ios

ionic cordova platform add android

ionic cordova run ios

ionic cordova run ios

Notice

  1. ionic2-super-tabs issue

    you should manually copy https://raw.githubusercontent.com/zyra/ionic2-super-tabs/master/src/components/super-tabs.scss to node_modules/ionic2-super-tabs/dist/components

  2. app-scripts 3.19.2 AOT issue Detail

    modify node_modules/@ionic/app-scripts/dist/logger/logger-typescript.js line 29

    change:

    if (tsDiagnostic.file) {

    to:

    if (tsDiagnostic.file && tsDiagnostic.file.getText) {

Relation

Ionic v1 version:drip-ionic admin and api:drip-website

About

website:http://drip.growu.me

wechat :growuu

weibo:格吾社区

Feedback

qq群:783459080

ionic付费问答群

Donate

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

License

GPLv3

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