0.0.5 • Published 5 years ago

@hanxx/nuxt-modularize v0.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

@femessage/nuxt-modularize

npm version npm downloads Circle CI Codecov License

modularize nuxt project

📖 Release Notes

Setup

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

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) Han xsytby1112@gmail.com

0.0.5

5 years ago

0.0.4

5 years ago

0.0.1

6 years ago