lce-button
v0.0.20
Published
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Downloads
7
Maintainers
Readme
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Explanation of the NPM package
This file contains an explanation of a package created on NPM (Node Package Manager)
Package name
lce-button
Package description
This package does [Describe in detail what the package does and what it does].
How to install
The package can be installed using npm using the following command:
npm install lce-button
How to Use It
The package can be using npm using the following command:
import LceButton from "lce-button";
import "lce-button/dist/style.css";
createApp(App).use(router).use(LceButton).mount("#app");