You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template contains our essential recommendations for a modern Vue Single Page App optimal for both
11
11
productivity and performance.
12
12
13
-
<Includesrc="features.md" />
13
+
<Includesrc="features.md" />
14
+
15
+
## React Plugins
16
+
17
+
The Vite plugins registered in `vite.config.ts` improves productivity by adopting popular conventions that automating-away manual tasks & configurations.
18
+
19
+
### [Iconify for React](https://iconify.design/docs/icon-components/react/)
20
+
21
+
For accessing [thousands of Iconfigy's SVG icons](https://icon-sets.iconify.design) as Vue components **on-demand** universally.
0 commit comments