JSPM

maz-ui

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19024
  • Score
    100M100P100Q139979F
  • License MIT

A components library for VueJs

Package Exports

  • maz-ui
  • maz-ui/lib/css/index.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (maz-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

maz-ui

license vue 2 npm npm Codacy grade

npm

Maz-ui is a component library for VueJS & NuxtJS

Documentation & Components

Documentation & Components

Install

Detail & CDN

npm install maz-ui -S

On demande install

To optimize your bundle size, it's recommanded to use the on demand install

Quick Start - Fully install (not recommanded)

import Vue from "vue";
import "maz-ui/lib/css/index.css";
import MazUi from "maz-ui";

Vue.use(MazUi);

// or
import {
  MazInput,
  MazBtn
  // ...
} from "maz-ui";

Vue.use(MazInput);
Vue.use(MazBtn);

Contribute

Setting up development server

Install the development dependencies by running:

npm install # npm ci

Once your dependencies are installed, start the development server with:

npm run serve

Lint

npm run lint

This will start the development server available at http://localhost:8080.

For more informations, see the Install Documentation

LICENSE

MIT