0.0.0 • Published 5 years ago

wmp-webview v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

@wmp-fe/wmp-webview

위메프 앱 통합웹뷰 기능을 제공합니다.

설치 Installation

npm install @wmp-fe/wmp-webview

사용 Usage

Browser

<script src="https://unpkg.com/@wmp-fe/wmp-webview@0.0.0/dist/wmp-webview.min.js"></script>
<script>
  wmp.webview.open('https://mtour.wd.wemakeprice.com')
</script>

ES6

import { webview } from '@wmp-fe/wmp-webview';
webview.open('https://mtour.wd.wemakeprice.com')

테스트

$ npm run test
0.0.0

5 years ago