Skip to content
/ fect Public
forked from fect-org/fect

Minimalist UI components built on Vue-next

License

Notifications You must be signed in to change notification settings

ziliangyu/fect

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.6%
  • Vue 18.2%
  • Less 13.2%
  • JavaScript 1.6%
  • CSS 0.3%
  • HTML 0.1%