Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@hyone-labs/aurora-vue

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyone-labs/aurora-vue

Aurora-Vue is UI - Library write in Vue.js

latest
Source
npmnpm
Version
1.14.2
Version published
Maintainers
1
Created
Source

Welcome to Aurora-Vue!

Aurora-Vue is UI - Library write in Vue.js that will assist you in your project, providing visual components to facilitate the development of your application.

Installation

Attemption this lib is for Vue 2.*!

# If you use npm: 
npm i @hyone-labs/aurora-vue

# Or if you use Yarn: 
yarn add @hyone-labs/aurora-vue

Use

After installing, to use Aurora Vue, you will need to import the desired components to use them.

  • In Vue script:
import { AButton } from '@hyone-labs/aurora-vue';

export default {
  components: { AButton }
};
  • In template:
<template>
  <AButton>Foi</AButton>
</template>

Live documentation

Aurora-Vue Doc

Contributing

Guides: Click here, and discovery how to develop

Keywords

vue

FAQs

Package last updated on 29 Oct 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