0.0.2 • Published 9 months ago
@lusai/base-api-layer v0.0.2
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