test-console-components
v0.0.1-0
Published
This repository is a proof-of-concept to create a Vue component library.
Downloads
3
Readme
Test Console Components
This repository is a proof-of-concept to create a Vue component library.
Project setup
npm install
Testing the components
npm run dev
Your Vue project
<script setup>
import { TestButton } from "test-console-components"
</script>
<template>
<div id="app">
<TestButton />
</div>
</template>