Skip to content

使用 Vue.js 实现了基于android_remote_contro的WEB端控制组件

Notifications You must be signed in to change notification settings

Nuoky/android-remote-control-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-remote-control-vue

使用 Vue.js 实现了基于android_remote_contro的WEB端控制组件

使用

# main.js
import Vue from 'vue'
import App from './App'

import AndroidRemoteControl from 'android-remote-control-vue'
Vue.use(AndroidRemoteControl)

new Vue({
  render: h => h(App),
}).$mount('#app')
# App.vue
<template>
  <android-remote-control host="YOUR_SERVER_IP" />
</template>

<script>
export default {
  name: 'demo'
}
</script>

开发

npm install npm run start

构建

npm run build

About

使用 Vue.js 实现了基于android_remote_contro的WEB端控制组件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published