Mocking up Chrome Extension with Vicro
-
🖨
manifest.jsongenerate from TypeScript -
🎨 WindiCSS - Next generation utility-first CSS framework.
-
🔥 Use the new
<script setup>syntax -
🦾 TypeScript
Vicro requires Node >=14.18
Create a repo from this template on GitHub.
When you use this template, try follow the checklist to update your info properly
- Change the author name in
LICENSE - Change the extension information in
manifest.ts - Change the favicon in
public - Clean up the READMEs
Since the extension works like a normal web application, you can start the development server normally.
pnpm devTo build the Extension, run
pnpm buildAnd you will see the generated files in dist that ready to be loaded by the Browser.
