0.0.0-rc.43 • Published 1 year ago

nuxt-ng-module v0.0.0-rc.43

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

My Module

npm version npm downloads License

My new Nuxt module

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add my-module dependency to your project
# Using pnpm
pnpm add -D my-module

# Using yarn
yarn add --dev my-module

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

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

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
0.0.0-rc.43

1 year ago

0.0.0-rc.42

1 year ago

0.0.0-rc.41

1 year ago

0.0.0-rc.40

1 year ago

0.0.0-rc.39

1 year ago

0.0.0-rc.38

1 year ago

0.0.0-rc.37

1 year ago

0.0.0-rc.36

1 year ago

0.0.0-rc.35

1 year ago

0.0.0-rc.34

1 year ago

0.0.0-rc.33

1 year ago

0.0.0-rc.32

1 year ago

0.0.0-rc.31

1 year ago

0.0.0-rc.30

1 year ago

0.0.0-rc.29

1 year ago

0.0.0-rc.28

1 year ago

0.0.0-rc.27

1 year ago

0.0.0-rc.26

1 year ago

0.0.0-rc.25

1 year ago

0.0.0-rc.24

1 year ago

0.0.0-rc.23

1 year ago

0.0.0-rc.22

1 year ago

0.0.0-rc.21

1 year ago

0.0.0-rc.20

1 year ago

0.0.0-rc.19

1 year ago

0.0.0-rc.18

1 year ago

0.0.0-rc.17

1 year ago

0.0.0-rc.16

1 year ago

0.0.0-rc.15

1 year ago

0.0.0-rc.14

1 year ago

0.0.0-rc.13

1 year ago