0.0.1 • Published 1 year ago

@henrotaym/nuxt-trustup-io-test v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.0.1

1 year ago