epicmaxco / vuestic-ui
- пятница, 24 февраля 2023 г. в 00:14:23
Free and Open Source UI Library for Vue 3 🤘
Vue.js 3.0 UI Library
Developed by Epicmax. Designed by
Vasili Savitski.
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.
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
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/css'
createApp(App)
.use(createVuestic())
.mount('#app')
Information, guides and tutorials are available on vuestic.dev
Become a partner: hello@epicmax.co
Ask questions at the official community discord server
See Vuestic UI library in action. Vuestic Admin is a great example of a real-world web application based on Vuestic UI.
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
We design Vuestic UI to support the latest modern web browsers.
![]() IE/Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
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
Stay up to date with the latest Vuestic news! Follow us on Twitter or Linkedin
MIT license.