This Component Library is currently for utilization by Vue applications at Hunter Industries.
This library requires Node 18+ and Vue 3.
Import the library from Hunter Industry's Azure DevOps Library into your view app.
Import a component from the library as you would a normal Vue component, passing props if required.
Here is how to utilize the HunterButton component a template in your project:
<template>
<div class="testing-wrapper">
<HunterButton variant="primary"
>Launch MyDesign</HunterButton>
</div>
</template>
<script setup lang="ts">
import { HunterButton } from "hunter-components";
</script>
This is a starter template for use in other projects. Changes made to this template should not be pushed to the current repo unless you are a developer/maintainer of this template.
Upcoming features will include:
- Unit testing templates