grootify 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -0
- package/dist/grootify.js +1344 -0
- package/dist/grootify.umd.cjs +49 -0
- package/dist/vite.svg +1 -0
- package/package.json +46 -0
package/README.md
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
# React + Vite
|
2
|
+
|
3
|
+
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
4
|
+
|
5
|
+
Currently, two official plugins are available:
|
6
|
+
|
7
|
+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
|
8
|
+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
|