1.0.15 • Published 12 months ago

@nativescript-dom/vue-types v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

vue-types

Typescript types for nativescript-vue 3 that work in .vue files to give you proper and complete intellisense in code editors.

Installtion

  1. Install the core and vue types in your project
npm install @nativescript-dom/core-types @nativescript-dom/vue-types --save-dev
  1. Configure tsconfig.json as below
{
  "compilerOptions": {
    ...
    "types": [
        "node",
        "@nativescript-dom/core-types",
        "@nativescript-dom/vue-types"
        ],
...
  }

That's it, enjoy a fully typed nativescript-vue experience.

MIT Licensed

1.0.15

12 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago