1.14.2 • Published 5 years ago
@hyone-labs/aurora-vue v1.14.2
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-vueUse
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
Contributing
1.14.2
5 years ago
1.14.1
5 years ago
1.14.0
5 years ago
1.13.1
5 years ago
1.12.2
5 years ago
1.13.0
5 years ago
1.12.1
5 years ago
1.12.0
5 years ago
1.11.0
5 years ago
1.9.0
5 years ago
1.8.0
5 years ago
1.7.0
5 years ago
1.10.0
5 years ago
1.6.2
5 years ago
1.6.1
5 years ago
1.6.0
5 years ago
1.5.1
5 years ago
1.3.4
5 years ago
1.3.3
5 years ago
1.5.0
5 years ago
1.4.0
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago