@thanadon-tdev/core-server-package
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @thanadon-tdev/core-server-package

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

83.3 kB

Total Files

20

Last publish

Collaborators

  • thanadon-tdev