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
A modern, opinionated starter template for building browser extensions using [Vite](https://vitejs.dev/), [Vue 3](https://vuejs.org/), and Manifest V3. Supports Chrome, Firefox, and more. Includes pre-configured routing, state management, composables, and a rich set of UI components from Nuxt/UI v3.
5
+
A modern, opinionated starter template for building browser extensions using [Vite](https://vitejs.dev/), [Vue 3](https://vuejs.org/), and Manifest V3. Supports Chrome, Firefox, and more. Includes pre-configured routing, state management, composables, and a rich set of UI components from Nuxt/UI v3.**Now with shadcn-vue support for additional component options!**
6
6
7
7
---
8
8
@@ -12,7 +12,7 @@ A modern, opinionated starter template for building browser extensions using [Vi
12
12
-**File-Based Routing**: Add a file in `src/pages` or relevant UI directory—auto-registered as a route.
13
13
-**Composable Architecture**: Prebuilt composables for i18n, theme, notifications, browser storage, and more.
This template includes [shadcn-vue](https://www.shadcn-vue.com/) for additional high-quality, accessible components. The project is pre-configured with:
86
+
87
+
-**Component Installation**: Use `npx shadcn-vue@latest add <component>` to add components
88
+
-**Automatic Integration**: Components work seamlessly with existing Tailwind CSS setup
89
+
-**TypeScript Support**: Full type safety for all shadcn-vue components
90
+
-**Customizable**: Easy theming and customization through CSS variables
0 commit comments