/vite-react-library-template

Vite template to develop and distribute React library

Primary LanguageJavaScript

Vite template to develop and distribute React library.

# 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