How to use Vuetify in a chrome extension without build/bundler tools?
I’m creating a Chrome extension and want to use Vue.js and Vuetify for the popup UI. The extension is using manifest version 3 (so, tighter CSP restrictions compared to v2). I do not want to use any runtime/bundler/packer/transformer/build tool. When including only the Vue library, I have no problem: <!DOCTYPE html> <html lang=”en”> <head> <title>Only … Read more