@henrotaym/nuxt-trustup-io-test
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

nuxt-trustup-io-test

npm version npm downloads License Nuxt

test

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add @henrotaym/nuxt-trustup-io-test dependency to your project
# Using pnpm
pnpm add -D @henrotaym/nuxt-trustup-io-test

# Using yarn
yarn add --dev @henrotaym/nuxt-trustup-io-test

# Using npm
npm install --save-dev @henrotaym/nuxt-trustup-io-test
  1. Add @henrotaym/nuxt-trustup-io-test to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@henrotaym/nuxt-trustup-io-test'
  ],
  trustupIoTest: {}
})

That's it! You can now use nuxt-trustup-io-test in your Nuxt app

Development

Bootstrap module

Find and replace all on all files (CMD+SHIFT+F):

  - nuxt-trustup-io-test // nuxt-trustup-io-toasteo
  - test // Our notification package for nuxt.
  - trustupIoTest // trustupIoToasteo
  - @henrotaym // @deegital
  - git@github.com:henrotaym/nuxt-trustup-io-test.git // git@github.com:deegitalbe/nuxt-trustup-io-toasteo.git

Start bootstrap script

./cli bootstrap

Available commands

# Install dependencies
./cli yarn install

# Generate playground
./cli yarn generate

# Start project
./cli start

# Stop project
./cli start

# Build the playground for production
./cli yarn dev:build

# Run ESLint
./cli yarn lint

# Run Vitest
./cli yarn test
./cli yarn test:watch

# Validate your package (running linter & typecript validation)
./cli yarn check

# Build the package for publication
./cli yarn build

# Release new version
npm version patch

Readme

Keywords

none

Package Sidebar

Install

npm i @henrotaym/nuxt-trustup-io-test

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.63 kB

Total Files

7

Last publish

Collaborators

  • henrotaym