Vuestic UI

Vue.js 3.0 UI Framework

README

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 ourDiscord to help us improve Vuestic UI experience.


Why use Vuestic UI?


- Vue.js 3.0 compatible
- Accessibility
- Dark Theme support
- Feature-rich: more than 60 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
- MIT license

Installation


First, make sure you have all prerequisites installed:

Node.js ( >=14.*)
npm version 3+ (
  or yarn version 1.16+)
  and Git.

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

  1. ``` sh
  2. npm install vuestic-ui
  3. //or
  4. yarn add vuestic-ui
  5. ```

Quick start


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

  1. ``` js
  2. //main.js
  3. import { createApp } from 'vue'
  4. import App from './App.vue'
  5. import { createVuestic } from 'vuestic-ui'
  6. import 'vuestic-ui/css'

  7. createApp(App)
  8.   .use(createVuestic())
  9.   .mount('#app')
  10. ```

Documentation


Information, guides and tutorials are available

Partners & Sponsors ❤️



Become a partner: hello@epicmax.co

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

Browsers support


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

---------------
Edgelastlastlastlast

Can I hire you guys?

Epicmax is committed to Open Source from its beginning.
Vuestic UI was created and backed by Epicmax, and is supported through all the years.
You can request a consultation or order web development services by Epicmax via this form 😎

Say hi: hello@epicmax.co. 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

License


MIT license.