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

https://github.com/agentcooper/vite-react-library-template

Vite template to develop and distribute React library
https://github.com/agentcooper/vite-react-library-template

react template vite

Last synced: 2 months ago
JSON representation

Vite template to develop and distribute React library

Awesome Lists containing this project

README

          

[Vite](https://vitejs.dev) template to develop and distribute React library.

```bash
# https://github.com/Rich-Harris/degit
degit https://github.com/agentcooper/vite-react-library-template my-cool-library

cd my-cool-library

# update library name
sed -i '' -e 's/my-lib/my-cool-library/g' vite.config.js package.json
```