QiYuOr2 / fect

Minimalist UI components built on Vue-next

Home Page:https://vue.miaya.art/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

downloads npm Version Coverage Status CI Status

Modern and minimalist Vue3 UI library,originating from Geist

Quick start

  1. run yarn add @fect-ui/vue or npm install @fect-ui/vue install it

  2. import into project

import { createApp } from 'vue'
import App from './App.vue'
import FectUI from '@fect-ui/vue'
import '@fect-ui/themes'
import '@fect-ui/vue/lib/main.css'

createApp(App).use(FectUI).mount('#app')

Browser Support

Fect supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).

Links

All Contributors

Thanks to the following friends for their contributions to Fect:

contributors

Development

Acknowledgements

Thanks to JetBrains for allocating free open-source licences for IDEs such as WebStorm.

JetBrains Black Box Logo logo.

LICENSE

MIT

About

Minimalist UI components built on Vue-next

https://vue.miaya.art/

License:MIT License


Languages

Language:TypeScript 66.4%Language:Vue 18.4%Language:Less 13.2%Language:JavaScript 1.7%Language:CSS 0.3%Language:HTML 0.1%Language:Shell 0.0%