npm i --save @vallemar/vue
- Version: 0.0.1
- GitHub: https://github.com/vallemar/DOMiNATIVE-Vue
- NPM: https://www.npmjs.com/package/%40vallemar%2Fvue
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
DOMiNATIVE-Vue
Quirks and hacks for Vue 3 to work with DOMiNATIVE on NativeScript
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