@vallemar/vue
Vue 3 与 DOMiNATIVE 一起工作的奇点与技巧
npm i --save @vallemar/vue

DOMiNATIVE-Vue

Vue 3 与 DOMiNATIVENativeScript 上的奇点与技巧

Playground


安装

通过 npm

npm install @dominative/vue @nativescript/core dominative undom-ng vue

注意: @nativescript/coredominativeundom-ngvue 是依赖项,您需要手动安装它们。


用法

import { Application } from '@nativescript/core'
import { createApp } from '@dominative/vue'
import App from 'App.vue'

const app = createApp(App)

// Start the app
app.$run()

许可证

MIT