v-jp-button
v0.0.2
Published
A customizable Vue button component with loading state and icon support.
Maintainers
Readme
v-jp-button
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Description
This is a simple tutorial on how to create a library in NPM based on Vue3 + TypeScript
How to use
npm i v-jp-button<template>
<Button text="Click me"></Button>
</template>
<script setup lang="ts">
import {Button} from 'v-jp-button'
</script>Project Setup
npm installCompile and Hot-Reload for Development
npm run devType-Check, Compile and Minify for Production
npm run buildLint with ESLint
npm run lint