index
:
hsmouse
gstreamer_webrtc
master
Experimental control code for robotics
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hsm-web
/
Client
/
src
/
main.js
blob: 01433bca2ac76590c48fabfee8d69d7b223f48bb (
plain
)
1
2
3
4
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)