@twotwoba/vv-cli
Version:
Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.
14 lines (13 loc) • 433 B
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 don't need this page, remove "options_ui" from manifest.json -->
<div id="_option_web_page_" class=""></div>
<script type="module" src="/src/views/option/main.tsx"></script>
</body>
</html>