@hyone-labs/aurora-vue

1.14.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @hyone-labs/aurora-vue

Weekly Downloads

3

Version

1.14.2

License

ISC

Unpacked Size

2.47 MB

Total Files

146

Last publish

Collaborators

  • linspw