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

0.0.7 • Public • Published

NativeScript Vue (Community ver.)

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

Playground


Why?

This is an alternative version of Vue3 implementation for NativeScript. It might not be as feature rich as the official NativeScript-Vue, but if you'd like to catch up with upstream Vue development, this is still a good choice.

Be aware we got this Vue implementation working within an hour, instead of years.

Installation

Via npm:

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

Note: @nativescript/core, dominative, undom-ng, vue are peer dependencies, you have to install them manually. As the benefit for using peer dependencies, you'll be able to upgrade these dependencies directly from upstream, no need to wait for an update with @nativescript-community/vue.


Usage

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

const app = createApp(App)

// Start the app
app.$run()

License

MIT

Package Sidebar

Install

npm i @nativescript-community/vue

Weekly Downloads

5

Version

0.0.7

License

MIT

Unpacked Size

18.7 kB

Total Files

14

Last publish

Collaborators

  • dgmachado
  • classicoldsong
  • mayerlench
  • jcassidyav
  • sebjean
  • cjohn001
  • edusperoni
  • asharghi
  • farfromrefuge
  • triniwiz
  • eddyverbruggen
  • rigor789
  • walkerrunpdx
  • dnr
  • keerl
  • cvietor
  • bradmartin
  • rdlabo
  • tralves