0.0.0-rc.43 • Published 3 years ago

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

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

3 years ago

0.0.0-rc.42

3 years ago

0.0.0-rc.41

3 years ago

0.0.0-rc.40

3 years ago

0.0.0-rc.39

3 years ago

0.0.0-rc.38

3 years ago

0.0.0-rc.37

3 years ago

0.0.0-rc.36

3 years ago

0.0.0-rc.35

3 years ago

0.0.0-rc.34

3 years ago

0.0.0-rc.33

3 years ago

0.0.0-rc.32

3 years ago

0.0.0-rc.31

3 years ago

0.0.0-rc.30

3 years ago

0.0.0-rc.29

3 years ago

0.0.0-rc.28

3 years ago

0.0.0-rc.27

3 years ago

0.0.0-rc.26

3 years ago

0.0.0-rc.25

3 years ago

0.0.0-rc.24

3 years ago

0.0.0-rc.23

3 years ago

0.0.0-rc.22

3 years ago

0.0.0-rc.21

3 years ago

0.0.0-rc.20

3 years ago

0.0.0-rc.19

3 years ago

0.0.0-rc.18

3 years ago

0.0.0-rc.17

3 years ago

0.0.0-rc.16

3 years ago

0.0.0-rc.15

3 years ago

0.0.0-rc.14

3 years ago

0.0.0-rc.13

3 years ago