JSPM

@butlerov-chemistry/vue

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q29181F
  • License MIT

Butlerov 2D chemical drawing component for Vue.js

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>