0.0.1 • Published 3 years ago
@henrotaym/nuxt-trustup-io-test v0.0.1
nuxt-trustup-io-test
test
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- Add
@henrotaym/nuxt-trustup-io-testdependency 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-testto themodulessection 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
- git@github.com:henrotaym/nuxt-trustup-io-test.git // git@github.com:deegitalbe/nuxt-trustup-io-toasteo.gitStart bootstrap script
./cli bootstrapAvailable 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 patch0.0.1
3 years ago