0.2.1 • Published 6 months ago

@kinematic-lab/nuxt v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago