nuxt-ai-module
v0.0.4
Published
A Nuxt module for using the ai package
Readme
Nuxt AI Module
NOTE: This is not a functional module yet.
A Nuxt module for using the vercel/ai package, heavily inspired by vercel/react
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-aiThat's it! You can now use Nuxt AI Module in your Nuxt app ✨
Contribution
# 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 releaseNotices
This project or maintainer is not in any way affiliated with, or endorsed by Vercel ©® in any way.
