New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@femessage/nuxt-modularize

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@femessage/nuxt-modularize

A simple way to separate nuxt as you want

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Nuxt-Modularize

Build Status NPM Download NPM Version NPM License PRs Welcome Automated Release Notes by gren

A simple way to separate nuxt as you want

中文

📖 Release Notes

Features

Use this nuxt module you can:

  • Split few independent module for development
  • Build Nuxt on demand
  • Composing a pages with Components friendly, such as dividing a page into some components in a same views directory
  • Other development experience same as Nuxt

Setup

  • Add @femessage/nuxt-modularize dependency to your project
yarn add @femessage/nuxt-modularize -D # or npm install @femessage/nuxt-modularize -D
  • Add @femessage/nuxt-modularize to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@femessage/nuxt-modularize',

    // With options
    ['@femessage/nuxt-modularize', { /* module options */ }]
  ]
}

How To Use

Docs

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) FEMessage

FAQs

Package last updated on 04 Mar 2020

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