0.0.0-rc.43 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.0-rc.42

2 years ago

0.0.0-rc.41

2 years ago

0.0.0-rc.40

2 years ago

0.0.0-rc.39

2 years ago

0.0.0-rc.38

2 years ago

0.0.0-rc.37

2 years ago

0.0.0-rc.36

2 years ago

0.0.0-rc.35

2 years ago

0.0.0-rc.34

2 years ago

0.0.0-rc.33

2 years ago

0.0.0-rc.32

2 years ago

0.0.0-rc.31

2 years ago

0.0.0-rc.30

2 years ago

0.0.0-rc.29

2 years ago

0.0.0-rc.28

2 years ago

0.0.0-rc.27

2 years ago

0.0.0-rc.26

2 years ago

0.0.0-rc.25

2 years ago

0.0.0-rc.24

2 years ago

0.0.0-rc.23

2 years ago

0.0.0-rc.22

2 years ago

0.0.0-rc.21

2 years ago

0.0.0-rc.20

2 years ago

0.0.0-rc.19

2 years ago

0.0.0-rc.18

2 years ago

0.0.0-rc.17

2 years ago

0.0.0-rc.16

2 years ago

0.0.0-rc.15

2 years ago

0.0.0-rc.14

2 years ago

0.0.0-rc.13

2 years ago