1.14.2 • Published 4 years ago

@hyone-labs/aurora-vue v1.14.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.13.1

4 years ago

1.12.2

4 years ago

1.13.0

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.10.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago