Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.57 KB

⚡️ Vicro ⚡️
Opinionated Vite - Google Chrome Extension Starter Template

Mocking up Chrome Extension with Vicro

Features

Try it now!

Vicro requires Node >=14.18

GitHub Template

Create a repo from this template on GitHub.

Checklist

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

Usage

Development

Since the extension works like a normal web application, you can start the development server normally.

pnpm dev

Build

To build the Extension, run

pnpm build

And you will see the generated files in dist that ready to be loaded by the Browser.