Skip to content

LouisMazel/maz-ui

Repository files navigation

maz-ui

vue 3 nuxt 3

types npm license Downloads

maintainability test_coverage github-actions-test-unit

maz-ui is a standalone components library and tools for Vue.JS & Nuxt.JS (v3.x)

Documentation & Components

Documentation & Components

Install

maz-ui

Getting Started

npm install maz-ui

Nuxt Module

Documentation

npm install maz-ui
// nuxt.config.js

export default defineNuxtConfig({
  modules: ['maz-ui/nuxt'],
  mazUi: {
    // Options
  },
})

All options of the module are available here

@mazui/cli (theme generator)

Documentation & Commands

npm install @mazui/cli

Contributing

Please follow this documentation

LICENSE

MIT