Git Product home page Git Product logo

myomdog's Introduction

myomDog

New repository for 4st-myomDog vol.2

pull 이후에 $npm install 로 node module 설치

platform / plugin 관련

$ionic platform rm ios
$ionic platform add [email protected]
 android 추가 (버전 지켜야함)
$ionic platform add [email protected]
 push 플러그인 추가
$ionic plugin add phonegap-plugin-push --variable SENDER_ID=835408454244

라이브러리 오류

myomDog/node_modules/source-map/lib/source-node.js

위 경로에서 94번 줄과 115번 줄에 있는

var nextLine = remainingLines[0];

다음 줄에 다음 코드를 삽입해야함

if (!nextLine) return;

다음과 같이 되어있어야 오류가 안나온다.

var nextLine = remainingLines[0];
if (!nextLine) return;

이미지 참조시

src="assets/img/img_name.png" 로 했는데, 실제 기기에서 테스트 해봐야함

myomdog's People

Contributors

hoonahn avatar banggoon avatar seunghoseungho avatar

Watchers

James Cloos avatar Derrick 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.