Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nordhealth/vue

Package Overview
Dependencies
Maintainers
0
Versions
42
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

  • 3.18.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
179
increased by952.94%
Maintainers
0
Weekly downloads
 
Created
Source

Run tests Publish packages to production Deploy to GitHub Pages

Nord Vue Integration

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 are commands 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 © 2024 Nordhealth Ltd

FAQs

Package last updated on 27 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc