cy12

0.2.41 • Public • Published

cy12

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

打包

yarn build:pkg

vue3调用

<script setup>
import "cy12/lib/index.css";
import { renderModelDesigner } from "cy12";
import { onMounted } from "vue";
onMounted(() => {
  renderModelDesigner({
    containerSel: "#app",
  });
});
</script>

<template>
  <div id="app"></div>
</template>

Readme

Keywords

none

Package Sidebar

Install

npm i cy12

Weekly Downloads

7

Version

0.2.41

License

MIT

Unpacked Size

29.5 MB

Total Files

73

Last publish

Collaborators

  • rootegg