This project was written in support of my article on 👀 Medium
This template provides a minimal setup to create your React Component and transform it in Web Component.
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
It's time to take action, install your dependencies.
npm install
You can develop and focus on your application with live reload
npm run dev
You are satisfy of your widget, you can build it and share it after!
npm run build
You have the result of your work in the /dist
folder.
You can conquer the world and integrate your widget everywhere now! 🌎
<script src="./subscription.umd.js"></script>
<my-subscription username="Nicolas"></my-subscription>