nuxt-boot
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

nuxt-boot

npm version npm downloads License Nuxt

Boot Nuxt

Features

  • ⛰  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add nuxt-boot dependency to your project
# Using pnpm
pnpm add -D nuxt-boot

# Using yarn
yarn add --dev nuxt-boot

# Using npm
npm install --save-dev nuxt-boot
  1. Add nuxt-boot to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-boot'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨

Development

# Install dependencies
pnpm install

# Generate type stubs
pnpm run dev:prepare

# Develop with the playground
pnpm run dev

# Build the playground
pnpm run dev:build

# Run ESLint
pnpm run lint

# Run Vitest
pnpm run test
pnpm run test:watch

# Release new version
pnpm run release

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-boot

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

6.71 kB

Total Files

10

Last publish

Collaborators

  • jingchaofang