0.0.0 • Published 2 years ago

@centlax/venus-dev v0.0.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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/venus

cd venus

Usage

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

1、Install dependencies

pnpm install

2、Build a library

Rename all the venus 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.0

2 years ago