1.1.4 • Published 4 months ago

nuxt-kick-it v1.1.4

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

Nuxt Kick It

npm version npm downloads License Nuxt

Nuxt Kick It contains generative ARTIFICIAL intelligence for Nuxt Content based Vue apps (docs).

Demo

Check out the demo at kick-start.nuxt.space.

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add nuxt-kick-it dependency to your project
# Using pnpm
pnpm add -D nuxt-kick-it

# Using yarn
yarn add --dev nuxt-kick-it

# Using npm
npm install --save-dev nuxt-kick-it
  1. Add nuxt-kick-it to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-kick-it'
  ]
})

That's it! You can now use Nuxi kicksi in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago