250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- nginx
- Android
- https
- Passport
- 해시키
- selenium
- 구글 API
- window
- Vue
- 파이썬
- pip
- python
- AWS
- Laravel
- 안드로이드
- OAuth
- php
- alb
- flutter
- Prometheus
- SSH
- Cordova
- node
- FCM
- MacOS
- mac
- MYSQL
- Vue.js
- ubuntu
- PostgreSQL
Archives
- Today
- Total
728x90
반응형
목록plugin (1)
728x90
반응형
print( sjw.iq == 200) output : true
[Cordova] Plugin 만들기
우선 코르도바 프로젝트를 생성하겠습니다! cordova create KakaoTalk com.sjwiq200.cordova.kakao KakaoTalk 플러그인 기본 템플릿 생성을 위한 plugman을 설치해줍시다. npm install -g plugman cordova 프로젝트 루트로 들어가서 플러그인 기본 템플릿을 생성합니다. plugman create --name KakaoTalk --plugin_id com.sjwiq200.plugin.kakao --plugin_version "0.0.1" 그 다음 기본 템플릿이 생성된 디렉 토리로 들어가 플랫폼을 추가해줍니다. plugman platform add --platform_name android 그러면 다음과 같은 프로젝트 구조를 보실 수 있습니다..
HYBRID
2019. 12. 23. 19:52