1.0.0 • Published 1 month ago

@thanadon-tdev/core-server-package v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

My Module

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add @thanadon-tdev/core-server-package dependency to your project
# Using pnpm
pnpm add -D @thanadon-tdev/core-server-package

# Using yarn
yarn add --dev @thanadon-tdev/core-server-package

# Using npm
npm install --save-dev @thanadon-tdev/core-server-package
  1. Add @thanadon-tdev/core-server-package to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@thanadon-tdev/core-server-package'
  ],
  "core-service": {
    baseURL: "your domain name"
  }
})

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
1.0.0

1 month ago

0.0.6

1 month ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago