v3-suite

ui library based on typescript and vue3

Usage no npm install needed!

<script type="module">
  import v3Suite from 'https://cdn.skypack.dev/v3-suite';
</script>

README

v3-suite

ui library based on typescript and vue3

how to use

firstly, install it with npm install v3-suite, then register with follwing code:

import V3suite from 'v3-suite';
import { app } from 'vue';
app.use(V3suite);