1.14.2 • Published 3 years ago

@hyone-labs/aurora-vue v1.14.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.14.2

3 years ago

1.14.1

3 years ago

1.14.0

3 years ago

1.13.1

3 years ago

1.12.2

3 years ago

1.13.0

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.10.0

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago