Base API Server Nuxt Layer Collect commonly used tools in nuxt layer. How to use nuxt layer add to dev dependency pnpm add @lusai/base-api-layer Add to nuxt.config.ts defineNuxtConfig({ extends: [ '@lusai/base-api-layer' ] }) Setup Dev Env Make sure to install the dependencies: pnpm install