Package Exports
- @butlerov-chemistry/vue
Readme
Butlerov Vue.js component
Usage
When using in projects built by js package managers like npm / yarn, just install into your project:
npm i @butlerov-chemistry/vue
Then, import
<template>
<VueButlerov />
</template>
<script setup lang="ts">
import VueButlerov from "@butlerov-chemistry/vue";
</script>