enyo 정의 하고 사용 하면된다 ~~
물론 실제 device 올리면 index.html 파일에 있는 코드로 올라가긴 함 ...
enoy.js 에서 받는 bootplate에서 볼 수 있는 debug.html이랑 비슷할거다 아마
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Gaga App</title> <link rel="shortcut icon" href="assets/favicon.ico"/> <!-- --> <meta http-equiv="Content-Type" content="text/html; charset=utf8"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <!-- Less.js (for client-side rendering of less stylesheets; comment to use pre-compiled CSS) --> <script src="enyo/tools/less.js"></script> <!-- enyo (debug) --> <script src="enyo/enyo.js" charset="utf-8"></script>
<!-- application (debug) --> <script src="source/package.js" charset="utf-8"></script> </head> <body class="enyo-unselectable"> </body> </html> |
'Stupid Computer > 6. WebOs' 카테고리의 다른 글
[Enyo] 윈도우에 webos, enyo 개발환경 구축하기 ( webos install guide, enyo development guide) (0) | 2014.05.09 |
---|---|
[WebOS] Enyo Example ! (0) | 2014.04.22 |
[enyo] enyo.scroller 사용법 ! (0) | 2014.04.10 |
[webOs] Enyo Core 번역 (0) | 2014.03.24 |
[webos] 기초, enyo bootplate 및 sampler 실습해보기 // 따라하면되네요 (0) | 2014.03.19 |
[webOS] 이클립스 설치 및 webOS플러그인 설치 (0) | 2014.03.19 |
[webOS] 개발환경 구축하기 ~ webos 개발환경 세팅 ! (0) | 2014.03.19 |
[webOs] HP, webOS의 새로운 프레임워크 Enyo 발표 (0) | 2014.03.18 |
[webOS] adb push, adb pull 사용법 및 read only 오류 해결 방법 ~ (0) | 2014.03.07 |
아이폰잡는 WebOs ? (2011년 글 ) (0) | 2014.02.25 |