Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/germondai/vuei

Innovative Vue UI Library
https://github.com/germondai/vuei

Last synced: 4 days ago
JSON representation

Innovative Vue UI Library

Awesome Lists containing this project

README

        

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]






VueI (Vue UI)

### **Welcome** to my **VueI**! 👋

Innovative Vue UI Library.

## Quick Setup

Install the module to your Nuxt application with one command:

```bash
pnpx nuxi module add @vuei/nuxt
```

That's it! You can now use VueI in your Nuxt app ✨

## Contribution

Local development

```bash
# Install dependencies
pnpm install

# Generate type stubs
pnpm dev:prepare

# Develop with the playground
pnpm dev

# Build the playground
pnpm dev:build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release
```

---


Made with ❤️ by
@germondai

[npm-version-src]: https://img.shields.io/npm/v/@vuei/nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@vuei/nuxt
[npm-downloads-src]: https://img.shields.io/npm/dm/@vuei/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/@vuei/nuxt
[license-src]: https://img.shields.io/npm/l/@vuei/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@vuei/nuxt
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com