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

1.0.15 • Public • Published

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

Package Sidebar

Install

npm i @nativescript-dom/vue-types

Weekly Downloads

2

Version

1.0.15

License

MIT

Unpacked Size

142 kB

Total Files

4

Last publish

Collaborators

  • ammarahm-ed