@henrotaym/nuxt-trustup-io-test
v0.0.1
Published
test
Downloads
2
Readme
nuxt-trustup-io-test
test
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- 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
- Add
@henrotaym/nuxt-trustup-io-test
to themodules
section ofnuxt.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
- [email protected]:henrotaym/nuxt-trustup-io-test.git // [email protected]: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