Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ drip-ionic3 Public archive

「水滴打卡」App Open Source Code Base On Ionic V3 Framework

License

Notifications You must be signed in to change notification settings

growu/drip-ionic3

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e5af9c · May 12, 2021
Aug 15, 2019
Aug 15, 2019
Apr 8, 2018
Jan 19, 2018
Jul 3, 2017
May 5, 2019
Aug 4, 2018
May 15, 2019
Aug 15, 2019
May 15, 2019
Apr 8, 2018
Aug 4, 2018
Dec 5, 2017
Sep 30, 2017
May 12, 2021
May 12, 2021
Oct 24, 2017
Aug 4, 2018
Jul 27, 2018
Jul 4, 2017
Jul 4, 2017
Oct 27, 2017

Repository files navigation

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