Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/germondai/vuei
- Owner: germondai
- License: mit
- Created: 2024-12-20T16:27:12.000Z (6 days ago)
- Default Branch: dev
- Last Pushed: 2024-12-21T02:57:16.000Z (5 days ago)
- Last Synced: 2024-12-21T02:59:08.147Z (5 days ago)
- Language: Vue
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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