@zenox-labs/nuxt-aleo-wallet
v0.2.14
Published
Module about aleo wallet.
Downloads
24
Readme
@zenox-labs/nuxt-aleo-wallet
New Nuxt module for Aleo Wallet Adapters.
Features
- ⛰ Utils
Quick Setup
- Add
@zenox-labs/nuxt-aleo-wallet
dependency to your project
# Using pnpm
pnpm add -D @zenox-labs/nuxt-aleo-wallet
# Using yarn
yarn add --dev @zenox-labs/nuxt-aleo-wallet
# Using npm
npm install --save-dev @zenox-labs/nuxt-aleo-wallet
- Add
@zenox-labs/nuxt-aleo-wallet
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["@zenox-labs/nuxt-aleo-wallet"],
});
That's it! You can now use My Module 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