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
- Host: GitHub
- URL: https://github.com/simpsonresearch/react-vite-component-lib
- Owner: simpsonresearch
- License: mit
- Created: 2024-02-05T18:17:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:05:06.000Z (almost 2 years ago)
- Last Synced: 2025-08-11T15:30:04.715Z (5 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```