This is a Nuxt layer for building Nuxt apps needed BEdita API.
Once installed you can use every module, components, pages, composables, etc... present in the layer in your app without have to install
It includes:
@atlasconsulting/nuxt-bedita@nuxtjs/tailwindcss
Install the package
npm install --save @atlasconsulting/nuxt-bedita-app-layerand add layer to nuxt.config.ts
export default defineNuxtConfig({
extends: ['@atlasconsulting/nuxt-bedita-app-layer'],
});Make sure to install the dependencies:
npm installThis layer is at the root of this repository, it is exactly like a regular Nuxt project.
The .playground directory should help you on trying your layer during development.
Running npm run dev will prepare and boot .playground directory, which imports your layer itself.