0.1.9 • Published 2 years ago

ungeui v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.7-alpha.1

2 years ago

0.1.7-alpha.2

2 years ago

0.1.7-alpha.0

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago