@finema/dpt-layer
v1.0.171
Published
[✨ Release Notes](/CHANGELOG.md)
Downloads
225
Readme
@finema/dpt-layer extended from @finema/core
Quick Setup
- Add
@finema/dpt-layerdependency to your project
# Using yarn
yarn add --dev @finema/dpt-layer
- Add
@finema/dpt-layerto themodulessection ofnuxt.config.ts
export default defineNuxtConfig({
extends: [
'@finema/dpt-layer'
]
})