Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mapomodule

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapomodule

Mapo is a nuxt module that helps in the creation of Administration Panels.

  • 1.0.0-alpha.25
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by120%
Maintainers
2
Weekly downloads
 
Created
Source

mapomodule npm GitHub

Setup

Add mapomodule dependency to your project

yarn add --dev mapomodule # or npm install --save-dev mapomodule

Add mapomodule to the modules section of nuxt.config.js

{
  modules: [
    // Simple usage
    'mapomodule',

    // With options
    ['mapomodule', { /* module options */ }]
  ]
}

You can add options also from top level nuxt.config.js

{
  modules: [
    'mapomodule'
  ],
  mapo: {
    /* module options */
  }
}

Features

  • Exposes $mapo core sevices to provide set of utilities.
  • Injects mapo components in the default nuxt component discovery.
  • Adds meta information to router module from nuxt pages.

📑  Read more from the documentation.

How to contribute

  1. Clone this repository
  2. Install dependencies using yarn bootstrap
  3. Start development server using yarn dev

Documenting components

Always write some documentation regarding the components you're developing. Our documentation is generated directly from code thanks to @Vuepress, @Vuese and @jsdoc-to-markdown.

  1. Generate doc yarn doc:gen
  2. Preview vuepress doc yarn doc:dev

Keywords

FAQs

Package last updated on 02 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc