weevar 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -9
- package/dist/react.dev.js +8070 -1494
- package/dist/react.dev.js.map +1 -1
- package/dist/react.dev.mjs +8069 -1493
- package/dist/react.dev.mjs.map +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Run your dev server and press **⌘⇧E** (Mac) or **Ctrl+Shift+E** (Windows/Lin
|
|
|
45
45
|
- **Node.js** `>= 18.18`
|
|
46
46
|
- A **React** app (`react` / `react-dom` **>= 17**)
|
|
47
47
|
- **Development mode** (run your usual dev server—e.g. Vite, Next dev—not a production build)
|
|
48
|
-
- **Bundler integration** is recommended for the best experience (see **Vite** below); other setups may need extra configuration—see the [Install](https://github.com/
|
|
48
|
+
- **Bundler integration** is recommended for the best experience (see **Vite** below); other setups may need extra configuration—see the [Install](https://github.com/Pro-Gee/Weevar/blob/main/docs/INSTALL.md) guide.
|
|
49
49
|
|
|
50
50
|
## How it works
|
|
51
51
|
|
|
@@ -54,9 +54,7 @@ Run your dev server and press **⌘⇧E** (Mac) or **Ctrl+Shift+E** (Windows/Lin
|
|
|
54
54
|
3. Click and drag elements to rearrange them.
|
|
55
55
|
4. See the layout update instantly.
|
|
56
56
|
|
|
57
|
-
When you’re done, the tool generates a prompt
|
|
58
|
-
|
|
59
|
-
> Move the CTA button below the feature list and keep spacing consistent across all cards.
|
|
57
|
+
When you’re done, the tool generates a prompt.
|
|
60
58
|
|
|
61
59
|
Paste that into your AI coding tool, and it updates your code.
|
|
62
60
|
|
|
@@ -82,11 +80,12 @@ Instead of describing it, you move things directly and let Weevar translate that
|
|
|
82
80
|
|
|
83
81
|
Full guides live in the repository:
|
|
84
82
|
|
|
85
|
-
- [Install](https://github.com/
|
|
86
|
-
- [Usage](https://github.com/
|
|
87
|
-
- [Troubleshooting](https://github.com/
|
|
88
|
-
- [Compatibility](https://github.com/
|
|
89
|
-
- [Security](https://github.com/
|
|
83
|
+
- [Install](https://github.com/Pro-Gee/Weevar/blob/main/docs/INSTALL.md)
|
|
84
|
+
- [Usage](https://github.com/Pro-Gee/Weevar/blob/main/docs/USAGE.md)
|
|
85
|
+
- [Troubleshooting](https://github.com/Pro-Gee/Weevar/blob/main/docs/TROUBLESHOOTING.md)
|
|
86
|
+
- [Compatibility](https://github.com/Pro-Gee/Weevar/blob/main/docs/COMPATIBILITY.md)
|
|
87
|
+
- [Security](https://github.com/Pro-Gee/Weevar/blob/main/docs/SECURITY.md)
|
|
88
|
+
- [Weevar.com](https://weevar.com)
|
|
90
89
|
|
|
91
90
|
## License
|
|
92
91
|
|