Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louismazel/maz-ui
Vue & Nuxt library of standalone components & tools to build interfaces
https://github.com/louismazel/maz-ui
component css javascript library maz-ui nuxt standalone tailwindcss typescript ui vue vue-components
Last synced: 7 days ago
JSON representation
Vue & Nuxt library of standalone components & tools to build interfaces
- Host: GitHub
- URL: https://github.com/louismazel/maz-ui
- Owner: LouisMazel
- License: mit
- Created: 2019-12-25T19:37:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:27:04.000Z (7 months ago)
- Last Synced: 2024-04-13T21:18:07.809Z (7 months ago)
- Topics: component, css, javascript, library, maz-ui, nuxt, standalone, tailwindcss, typescript, ui, vue, vue-components
- Language: Vue
- Homepage: https://maz-ui.com
- Size: 88.9 MB
- Stars: 397
- Watchers: 5
- Forks: 55
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# maz-ui
[![vue 3](https://img.shields.io/badge/vue-3-42b983.svg)](https://vuejs.org)
[![nuxt 3](https://img.shields.io/badge/nuxt-3-42b983.svg)](https://v3.nuxtjs.org/)[![types](https://badgen.net/npm/types/maz-ui)](https://www.npmjs.com/package/maz-ui)
[![npm](https://img.shields.io/npm/v/maz-ui/latest.svg)](https://www.npmjs.com/package/maz-ui)
[![license](https://badgen.net/npm/license/lodash)](https://www.npmjs.com/package/maz-ui)
[![Downloads](https://badgen.net/npm/dm/maz-ui)](https://npm-stat.com/charts.html?package=maz-ui)[![maintainability](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/maintainability)](https://codeclimate.com/github/LouisMazel/maz-ui/maintainability)
[![test_coverage](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/test_coverage)](https://codeclimate.com/github/LouisMazel/maz-ui/test_coverage)
![github-actions-test-unit](https://github.com/LouisMazel/maz-ui/actions/workflows/lib-test-unit.yml/badge.svg)> [maz-ui](https://maz-ui.com/) is a standalone components library and tools for [Vue.JS](https://vuejs.org) & [Nuxt.JS](https://nuxtjs.org/) (v3.x)
## Documentation & Components
[Documentation & Components](https://maz-ui.com/)
## Install
### maz-ui
[Getting Started](https://maz-ui.com/guide/getting-started)
```bash
npm install maz-ui
```### Nuxt Module
[Documentation](https://maz-ui.com/guide/nuxt)
```bash
npm install maz-ui
``````ts
// nuxt.config.jsexport default defineNuxtConfig({
modules: ['maz-ui/nuxt'],
mazUi: {
// Options
},
})
```All options of the module are available [here](https://maz-ui.com/guide/nuxt)
### @mazui/cli (theme generator)
[Documentation & Commands](https://maz-ui.com/guide/cli)
```bash
npm install @mazui/cli
```## Contributing
Please follow this [documentation](./CONTRIBUTING.md)
## LICENSE
[MIT](LICENSE)