ungeui
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published


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

Readme

Keywords

Package Sidebar

Install

npm i ungeui

Weekly Downloads

0

Version

0.1.9

License

MIT

Unpacked Size

690 kB

Total Files

638

Last publish

Collaborators

  • peterroe