@femessage/nuxt-modularize

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @femessage/nuxt-modularize

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

15.1 kB

Total Files

13

Last publish

Collaborators

  • levy9527