0.0.2 • Published 11 months ago

@lusai/base-api-layer v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Base API Server Nuxt Layer

Collect commonly used tools in nuxt layer.

How to use nuxt layer

  1. add to dev dependency
pnpm add @lusai/base-api-layer
  1. Add to nuxt.config.ts
defineNuxtConfig({
  extends: [
    '@lusai/base-api-layer'
  ]
})

Setup Dev Env

Make sure to install the dependencies:

pnpm install

0.0.2

11 months ago

0.0.1

11 months ago