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

https://github.com/nomercy10/vue3-metadata-ui


https://github.com/nomercy10/vue3-metadata-ui

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Metadata UI Project Using Vue 3

## Overview

The Metadata UI Project is a web application built with Vue 3 that demonstrates dynamic component rendering, API data fetching, and UI customization. The project features the ability to switch between different components and fetch metadata to update the UI accordingly.

## Features

- Dynamic component rendering with `DynamicOne` and `DynamicTwo`.
- Loader component to display while fetching data.
- Header component with customizable title, description, and buttons.
- Text transformation functionality to switch between uppercase and lowercase.
- Responsive design with Tailwind CSS for styling.
- FormBuilder component showcasing different types of form fields

## Getting Started

### Prerequisites

- Node.js (v14 or higher)
- npm (v6 or higher) or yarn (v1.22 or higher)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/nomercy10/metadata-ui-vue3.git

2. Install dependencies:
```bash
npm install

3. Run development server
```bash
npm run dev