An open API service indexing awesome lists of open source software.

https://github.com/simpsonresearch/react-vite-component-lib

React + Vite Component Library Template
https://github.com/simpsonresearch/react-vite-component-lib

Last synced: 4 months ago
JSON representation

React + Vite Component Library Template

Awesome Lists containing this project

README

          

# react-vite-component-lib

React + Vite Component Library Template

## Installing

You can install the react-vite-component-lib package from npm using the following command:

```
npm i react-vite-component-lib
```

## Versioning

To publish an updated version of the library, run the following command:

```
npm run build
npm publish
```