Nuxt UI Pro v1.0 is out with 50+ Vue components.

maz-ui
maz-ui

install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.

nuxt-module

npm versionnpm downloadsCircle CICodecovLicense

nuxt-module template

📖 Release Notes

Setup

  1. Add nuxt-module dependency to your project
yarn add nuxt-module # or npm install nuxt-module
  1. Add nuxt-module to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-module',

    // With options
    ['nuxt-module', { /* module options */ }]
  ],

  // Options
  track: {
    endpoint: '<add endpoint here>'
  }
}

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) Gull Ocean