Skip to content
/ vuelix Public

Vuelix is the Vue js UI library / Framework Components.

License

Notifications You must be signed in to change notification settings

Leoglme/vuelix

Repository files navigation

Vuelix logo

Vuelix

Quickly build beautiful Vue apps. Vuex is a simple and customizable component library to build faster, beautiful, and more accessible Vue applications. Follow your own design system.

travis ci badge Downloads Version

vuelix

Installation

MUI is available as an npm package.

// with npm
npm install vuelix

// with yarn
yarn add vuelix

Links

Usage

Here is a quick example to get you started, it's all you need:

<template>
  <vx-button>Hello World</vx-button>
</template>

<script>
import {vxButton} from 'vuelix';

export default {
  components: {vxButton}
}
</script>

Browser Support

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE11+

All components

import Vue from 'vue'
import Vuelix from 'vuelix'

import 'vuelix/dist/vuelix.css'

Vue.use(Vuelix)

Or use individual components:

import Vue from 'vue'
import {vxButton, vxIcon} from 'vuelix'
import 'vuelix/dist/vuelix.css'

Vue.use(vxButton)
Vue.use(vxIcon)

Components

Author

This library was created and is supported by Dibodev

License

MIT

About

Vuelix is the Vue js UI library / Framework Components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published