All Projects → epicmaxco → vuestic-ui

epicmaxco / vuestic-ui

Licence: MIT license
Free and Open Source UI Library for Vue 3 🤘

Programming Languages

Vue
7211 projects
typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Handlebars
879 projects

Projects that are alternatives of or similar to vuestic-ui

Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+2104.2%)
Mutual labels:  semantic, vue-components, ui-kit, ui-components, vuejs3
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-53.23%)
Mutual labels:  components, vue-components, ui-kit, ui-components
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (-78.81%)
Mutual labels:  components, vue-components, ui-components
Vant
Lightweight Mobile UI Components built on Vue
Stars: ✭ 18,852 (+1155.96%)
Mutual labels:  components, ui-kit, vue3
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (-41.51%)
Mutual labels:  components, ui-kit, ui-components
Primitives
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @modulz.
Stars: ✭ 644 (-57.1%)
Mutual labels:  accessibility, ui-kit, ui-components
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-93.4%)
Mutual labels:  components, ui-kit, ui-components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+1494.27%)
Mutual labels:  components, vue-components, ui-kit
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+459.49%)
Mutual labels:  vue-components, ui-kit, ui-components
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-93.4%)
Mutual labels:  components, ui-kit, ui-components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-95.34%)
Mutual labels:  components, ui-kit, ui-components
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (+40.51%)
Mutual labels:  components, vue-components, ui-kit
pearl-ui
Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box ⚡️
Stars: ✭ 19 (-98.73%)
Mutual labels:  accessibility, ui-kit, ui-components
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+157.83%)
Mutual labels:  components, vue-components, vue3
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+21.72%)
Mutual labels:  vue-components, ui-kit, ui-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+3325.45%)
Mutual labels:  components, vue-components, ui-kit
Atui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 674 (-55.1%)
Mutual labels:  vue-components, ui-kit, ui-components
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (-22.78%)
Mutual labels:  components, ui-kit, ui-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+65.69%)
Mutual labels:  components, vue-components, ui-kit
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (-96.87%)
Mutual labels:  accessibility, vue-components, vue3

Vuestic UI Logo
Vue.js 3.0 UI Library
Developed by Epicmax. Designed by Vasili Savitski.

CI badge License Version

Documentation | Discord

Vuestic UI is forever free and open to contributions. See our issues, contributing guide and join discussions on our Discord to help us improve Vuestic UI experience.

Why use Vuestic UI?

  • Vue.js 3.0 compatible
  • MIT license
  • Feature-rich: more than 52 customizable components
  • Two built-in color scheme presets
  • Powerful configurations:
    • Local - configure components in-depth
    • Global - configure framework overall
  • Cross-browser and responsive
  • i18n-ready

Installation

First, make sure you have all prerequisites installed:

After checking the prerequisites, install Vuestic UI via npm/yarn:

npm install vuestic-ui
//or
yarn add vuestic-ui

Quick start

Make sure you've imported both styles and plugin into your entry file:

//main.js
import { createApp } from 'vue'
import App from './App.vue'
import { createVuestic } from 'vuestic-ui'
import 'vuestic-ui/dist/vuestic-ui.css'
//...
const app = createApp(App)
app.use(createVuestic())
//...

Documentation

Information, guides and tutorials are available on vuestic.dev

Community

Ask questions at the official community discord server

Vuestic Admin

See Vuestic UI library in action. Vuestic Admin is a great example of a real-world web application based on Vuestic UI.

Contributing

Thanks for all your wonderful PRs, issues and ideas.
You’re always welcome to join: check out our contribution guides , open issues and discord server

Browsers support

We design Vuestic UI to support the latest modern web browsers.

IE / Edge
IE/Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Can I hire you guys?

Yes! Say hi: [email protected] We will be happy to work with you! Other work we’ve done

Follow us

Stay up to date with the latest Vuestic news! Follow us on Twitter or Facebook

License

MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].