1.1.0 β€’ Published 4 years ago

@femessage/nuxt-modularize v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

1.1.0

4 years ago

1.0.0

4 years ago