Socket
Book a DemoInstallSign in
Socket

@cknow/nuxt-modular

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@cknow/nuxt-modular

Nuxt modular management

1.0.0
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt Modular

NPM Version Downloads MIT License

Build Status Build status Coverage Status

Code Climate Test Coverage Issue Count

Dependencies Status devDependencies Status peerDependencies Status

Semantic Release Average time to resolve an issue Percentage of issues still open Gitter

Nuxt modular management

Install

npm install --save @cknow/nuxt-modular

Add @cknow/nuxt-modular to modules section of nuxt.config.js:

{
    modules: [
        '@cknow/nuxt-modular'
    ]
}

Usage

This module allows you to build your app in modules. By default the folders within modular will be considered modules and within each module you can use the same root structure, that is, your module can contain layouts, middleware, plugins, pages, static, store.

Ex:

modular
    example1
        pages
            index.vue
    example2
        pages
            index.vue
pages
    index.vue

You should be able to access this:

/ -> pages/index.vue
/example1 -> modular/example1/pages/index.vue
/example2 -> modular/example2/pages/index.vue

Keywords

nuxt

FAQs

Package last updated on 22 Dec 2018

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.