@vallemar/vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i @vallemar/vue

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

18.7 kB

Total Files

15

Last publish

Collaborators

  • vallemar89