nuxt-layers-prepare
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Nuxt Layers Prepare

npm version npm downloads License

This module solves the problem with creating meta data for layers. It automatically scans all changes and creates a .nuxt folder in the layer if there were changes there.

This is a temporary solution until nuxt developers add this to the kernel! As soon as it appears in the kernel this package will be deprecated!

Linked issues:

Installation

# Using pnpm
pnpm add nuxt-layers-prepare -D

# Using yarn
yarn add nuxt-layers-prepare -D

# Using npm
npm install nuxt-layers-prepare -D

Usage

Add nuxt-layers-prepare to the modules section of nuxt.config.ts

export default defineNuxtConfig({
  modules: ['nuxt-layers-prepare']
})

Contributing

A huge thank you to everyone who is helping to improve nuxt-layers-prepare. Thanks to you, the project can evolve!

Here are some ways you can contribute:

nuxt-layers-prepare Contributors

License

This app is open-sourced software licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-layers-prepare

Weekly Downloads

51

Version

1.0.0

License

MIT

Unpacked Size

8.94 kB

Total Files

9

Last publish

Collaborators

  • hywax