Skip to content

🧩Nuxt module for modular development & deploy on demand

License

Notifications You must be signed in to change notification settings

FEMessage/nuxt-modularize

Repository files navigation

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

  1. Add @femessage/nuxt-modularize dependency to your project
yarn add @femessage/nuxt-modularize -D # or npm install @femessage/nuxt-modularize -D
  1. 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

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) FEMessage

About

🧩Nuxt module for modular development & deploy on demand

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published