ungeui
v0.1.9
Published
A Vue 3 Component Library.
Readme
Introduce
- 🥉 A component library based on Vue3
- 🚀 Writen in
.jsx|.vue&&stylus
Usage
Install
$ yarn add ungeuiImport
import { createApp } from 'vue'
import UngeUI from 'ungeui'
import 'ungeui/dist/style.css'
const app = createApp(App)
app.use(UngeUI)Document
Local development
⚡Start project in local enviroment
$ git clone https://github.com/UngeUI/ungeui.git
$ yarn
$ yarn devYou can add components manually:
🖥️Develop your components in
src/xxx, Don't forget to write the demo and markdown💄build stylus in
styles/xxx.stylus, and reference it in thestyles/index.stylus➕Import components to
src/index.ts🔧Configure document path in
docs/.vitepress/config.js
Or Automatically:
yarn create-component [component-name]😀Welcome pull request
