UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
demo
/
src
/
main.ts
6 lines
(4 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ createApp }
from
'vue'
;
import
'./style.css'
;
import
App
from
'./App.vue'
;
createApp
(
App
).
mount
(
'#app'
);