All Projects → UngeUI → ungeui

UngeUI / ungeui

Licence: MIT License
A Vue 3 Component Library

Programming Languages

Vue
7211 projects
typescript
32286 projects
stylus
462 projects
javascript
184084 projects - #8 most used programming language
Pug
443 projects

Projects that are alternatives of or similar to ungeui

miter-design
Miter Design component library made with ♡ by Prefect
Stars: ✭ 14 (-39.13%)
Mutual labels:  component-library, vue3
bootstrap-vue-3
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
Stars: ✭ 314 (+1265.22%)
Mutual labels:  component-library, vue3
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (+169.57%)
Mutual labels:  component-library, vue3
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+860.87%)
Mutual labels:  component-library, vue3
vue-devui-early
Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui
Stars: ✭ 39 (+69.57%)
Mutual labels:  component-library, vue3
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (+104.35%)
Mutual labels:  component-library, vue3
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (+13.04%)
Mutual labels:  component-library, vue3
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (+5591.3%)
Mutual labels:  vue3
vitepress-for-component
📖 针对组件开发的VitePress。
Stars: ✭ 142 (+517.39%)
Mutual labels:  vue3
jui-grid
JUI grid can handle millions of data, and can display the data in a hierarchical structure.
Stars: ✭ 12 (-47.83%)
Mutual labels:  component-library
giantgo-render
基于vue3 element plus的快速表单生成器
Stars: ✭ 28 (+21.74%)
Mutual labels:  vue3
vue-data-visualization
基于Vue3.0的“数据可视化大屏”设计与编辑器
Stars: ✭ 84 (+265.22%)
Mutual labels:  vue3
cc-project-vue
一个基于vue3.0+antd+less+spring boot +mybatis+mysql+maven基础权限管理平台
Stars: ✭ 20 (-13.04%)
Mutual labels:  vue3
mdue
5,400+ Material Design Icons for Vue 3 from the Community
Stars: ✭ 27 (+17.39%)
Mutual labels:  vue3
vue3-video-player
vue3 version of vue-core-video-player
Stars: ✭ 45 (+95.65%)
Mutual labels:  vue3
vue3-realworld-example-app
Explore the charm of Vue composition API! Vite?
Stars: ✭ 364 (+1482.61%)
Mutual labels:  vue3
vue4noobs
📗 Tutorial Vue 2~3 in Brazilian Portuguese
Stars: ✭ 230 (+900%)
Mutual labels:  vue3
vuecabulary
用Vue写的高效背单词App,方法来自《17天搞定GRE单词》
Stars: ✭ 47 (+104.35%)
Mutual labels:  vue3
online-course-script
ocs 网课刷课脚本,帮助大学生解决网课难题,目前支持的平台:超星,智慧树
Stars: ✭ 352 (+1430.43%)
Mutual labels:  vue3
abp-vnext-pro
Abp Vnext 的 Vue3 实现版本
Stars: ✭ 352 (+1430.43%)
Mutual labels:  vue3


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].