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
- Host: GitHub
- URL: https://github.com/agentcooper/vite-react-library-template
- Owner: agentcooper
- Created: 2021-08-28T10:26:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T10:43:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T05:29:53.678Z (over 1 year ago)
- Topics: react, template, vite
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```