1.1.0 • Published 5 months ago

graphi-toolbox v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Graphi Toolbox

npm version npm downloads License Nuxt

Nuxt 3 Library, some composables and components.

Features

  •  Annimations
  • 🚠  Components
  • 🌲  Composables

Quick Setup

  1. Add graphi-toolbox dependency to your project
# Using pnpm
pnpm add -D graphi-toolbox

# Using yarn
yarn add --dev graphi-toolbox

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

That's it! You can now use graphi-toolbox 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

Components