Unge - Means young in Danish
- 🥉 A component library based on Vue3
- 🚀 Writen in
.jsx
|.vue
&&stylus
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)
⚡Start project in local enviroment
$ git clone https://github.com/UngeUI/ungeui.git
$ yarn
$ yarn dev
You 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