0.0.9 • Published 3 years ago

@vallemar/dominative-vue v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

DOMiNATIVE-Vue

Quirks and hacks for Vue 3 to work with DOMiNATIVE on NativeScript

Playground


Installation

Via npm:

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

Note: @nativescript/core, dominative, undom-ng, vue are peer dependencies, you have to install them manually.


Usage

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

const app = createApp(App)

// Start the app
app.$run()

License

MIT

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago