UNPKG

nertc-web-sdk

Version:

NeRTC SDK for web

5 lines (3 loc) 90 B
import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app')