0.0.15 • Published 1 year ago

nuxt-directus-next v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

nuxt-directus

Nuxt Directus Next

npm version npm downloads License Nuxt

Integrate Directus to your Nuxt application.

Features

  • Nuxt 3 ready
  • Handle authentication
  • RESTful methods
  • TypeScript Support

Setup

yarn add nuxt-directus-next # yarn
npm i nuxt-directus-next # npm

Basic usage

Add nuxt-directus-next to your Nuxt config:

// nuxt.config.ts

export default defineNuxtConfig({
  modules: ["nuxt-directus-next"],
});

Development

  1. Clone this repository
  2. Install dependencies using pnpm install or npm install
  3. Run pnpm dev:prepare or npm run dev:prepare
  4. Start development server using pnpm dev or npm run dev

License

Copyright (c) 2024 Conner Luka Bachmann MIT License

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago