Skip to content

Quickstart

@nhtio/common-vue can be quickly and easily integrated into an existing Vue library or application.

Installation

Install @nhtio/common-vue directly from your preferred package manager using one of the following commands:

sh
npm i @nhtio/common-vue
sh
pnpm add @nhtio/common-vue
sh
yarn add @nhtio/common-vue

Usage

@nhtio/common-vue provides both some prebuilt components as well as the tools needed to create your own components. The API is broken down as follows:

Package Root

This path exports all of the helper interfaces, types, variables and functions needed to create custom components.

Sub Paths

Sub Path exports each export either a bulk of utilities or interfaces, types, variables and functions related to a specific component. For more information, see the API index