Mocking up Chrome Extension with Vicro
-
🖨
manifest.json
generate 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 dev
To build the Extension, run
pnpm build
And you will see the generated files in dist
that ready to be loaded by the Browser.