0.0.1 • Published 4 months ago

vue-vaul-drawer v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Vue Library Starter

NPM Minzip Package NPM Download

A minimal Vue library starter, built on top of Vite & Vue 3

Table of Contents

Features

Use the Template

GitHub Template

create a repo from this template on GitHub

Clone to local

git clone https://github.com/xiaoluoboding/vue-vaul-drawer

cd vue-vaul-drawer

Usage

Building it is as easy as 1, 2, 3.

1、Install dependencies

pnpm install

2、Build a library

Rename all the vue-vaul-drawer to your component name in the file package.json、vite.config.ts, eg: my-component

pnpm run build:lib

3、Publish to npm

npm publish

License

MIT @xiaoluoboding

0.0.1

4 months ago