Socket
Book a DemoInstallSign in
Socket

vuelix

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

vuelix

Framework Components for Vue js

unpublished
latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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
  • 📘 Documentation

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

Keywords

vuelix

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.