UNPKG

@twotwoba/vv-cli

Version:

Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.

14 lines (13 loc) 436 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="/src/assets/css/tailwind.css" rel="stylesheet" /> </head> <body> <!-- If you need this page, set "default_popup": "index.html" in manifest.json --> <div id="_default_popup_" class=""></div> <script type="module" src="/src/views/popup/main.tsx"></script> </body> </html>