agentcooper / vite-react-library-template

Vite template to develop and distribute React library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vite template to develop and distribute React library


Languages

Language:JavaScript 63.0%Language:CSS 24.3%Language:HTML 12.7%