/ungeui

A Vue 3 Component Library🖖

Primary LanguageVueMIT LicenseMIT


Unge - Means young in Danish

Introduce

  • 🥉 A component library based on Vue3
  • 🚀 Writen in .jsx | .vue && stylus

Usage

Install

$ yarn add ungeui

Import

import { createApp } from 'vue'
import UngeUI from 'ungeui'
import 'ungeui/dist/style.css'

const app = createApp(App)
app.use(UngeUI)

Document

document here!

Local development

⚡Start project in local enviroment

$ git clone https://github.com/UngeUI/ungeui.git
$ yarn
$ yarn dev

You can add components manually:

  1. 🖥️Develop your components in src/xxx , Don't forget to write the demo and markdown

  2. 💄build stylus in styles/xxx.stylus, and reference it in the styles/index.stylus

  3. ➕Import components to src/index.ts

  4. 🔧Configure document path in docs/.vitepress/config.js

Or Automatically:

yarn create-component [component-name]

😀Welcome pull request