@sounds-designed/nuxt-inkthreadable
v0.0.3
Published
A Nuxt module for connecting to the Inkthreadable API
Downloads
66
Readme
Nuxt Inkthreadable
A Nuxt module for connecting to and interacting with the Inkthreadable API.
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @sounds-designed/nuxt-inkthreadableThat's it! You can now use the Inkthreadable 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 release