@kinematic-lab/nuxt
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@kinematic-lab/nuxt

npm version npm downloads License Nuxt


[!WARNING]
This package is still in alpha. We recommend only using it if you
want to test it out early, or help develop it.


Table of contents


Relevant links

See changelogs: here.
See npm: here.


Installation

To use @kinematic-lab/nuxt in your project, you must first install it as a dependency. You can do this by running the following command in your terminal:


# Using pnpm
$ pnpm i @kinematic-lab/nuxt

# Using npm
$ npm i @kinematic-lab/nuxt

# Using yarn
$ yarn add @kinematic-lab/nuxt

Then add @kinematic-lab/nuxt to the modules section of nuxt.config.ts

export default defineNuxtConfig({
	modules: ['@kinematic-lab/nuxt'],
});

That's it! You can now use @kinematic-lab/nuxt in your Nuxt app ✨


Composables

@kinematic-lab/nuxt provides the following composables:

General

From @kinematic-lab/core

Package Sidebar

Install

npm i @kinematic-lab/nuxt

Weekly Downloads

6

Version

0.3.0

License

MIT

Unpacked Size

13.5 kB

Total Files

24

Last publish

Collaborators

  • aske.lange