Overview
MapoModule is a npm package designed to simplify the creation of administration panels. It is a frontend companion of the Camomilla project, but it is created to be agnostic about the backend, allowing developers to write their backend with any framework and language they prefer.
Features
- Exposes $mapo core services to provide a set of utilities.
- Injects mapo components in the default nuxt component discovery.
- Adds meta information to router module from nuxt pages.
Installation
To install MapoModule, follow these steps:
- Add mapomodule as a dependency to your project.
- Add mapomodule to the modules section of
nuxt.config.js. - You can also add options from the top-level
nuxt.config.js.
Summary
MapoModule is a useful npm package for creating administration panels. It simplifies the process of integrating frontend and backend components and provides various utilities to enhance development. It can be easily installed and configured in a Nuxt.js project. Additionally, MapoModule encourages contribution and testing for further improvement.