Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

vuelix

Framework Components for Vue js

  • 1.0.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
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

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

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc