🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@nordhealth/vue

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordhealth/vue

This package provides TypeScript types for Nord Design System's Web Components in Vue projects

latest
Source
npmnpm
Version
4.9.0
Version published
Maintainers
3
Created
Source

Run tests Publish packages to production Deploy to GitHub Pages

Nord Vue Types

This package contains auto-generated TypeScript types for the Web Components found in @nordhealth/components when used in Vue projects. It allows you to get IntelliSense for Nord components in templates of Vue Single-File Components. Both in TypeScript and JavaScript projects.

A TypeScript definition file is generated and written to lib/index.d.ts.

The following commands are available:

  • pnpm build - Generates the TypeScript definition file.

Usage

Install @nordhealth/components as you normally would, along with this @nordhealth/vue. Then add the following to your tsconfig.json file:

{
  "compilerOptions": {
    "types": ["@nordhealth/vue"]
  }
}

Now you should get full type support for Nord components in your Vue project. Including IntelliSense for Nord components in templates of Vue Single-File Components.

License

See license in LICENSE.md

Copyright © 2025 Nordhealth Ltd.

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts