nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt How to develop browser extensions

1057105012 opened this issue · comments

commented

Description

I know that vue can be integrated with chrome extensions, but I don't know how to develop a browser extension based on nuxt

Additional context

No response

AFAIK Nuxt itself isn't currently designed for building browser extensions. However, there are great alternatives like CRXJS to create your extension with vue and vite.

You won't be able to use@nuxt/ui yet, but it should be possible with the next major release, which will support vue directly.