Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aklinker1/vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://github.com/aklinker1/vite-plugin-web-extension

extension vite

Last synced: 4 months ago
JSON representation

Vite plugin for developing Chrome/Web Extensions

Lists

README

        

![Build Status](https://img.shields.io/github/actions/workflow/status/aklinker1/vite-plugin-web-extension/pr-checks.yml) ![NPM Version](https://img.shields.io/npm/v/vite-plugin-web-extension) ![NPM Downloads](https://img.shields.io/npm/dm/vite-plugin-web-extension) ![Vite Version](https://img.shields.io/npm/dependency-version/vite-plugin-web-extension/peer/vite)

To get started quickly, bootstrap a new project!

```bash
npm create vite-plugin-web-extension
pnpm create vite-plugin-web-extension
yarn create vite-plugin-web-extension
```

### Features

- :wrench: Automatically build inputs listed in your `manifest.json`
- :tada: Open a browser and install the extension during development
- :zap: Super fast dev mode
- :globe_with_meridians: Supports all browsers
- :fire: Full frontend framework support (popup, options, and content scripts)
- :robot: Typescript support out of the box!
- :white_check_mark: Manifest validation

## Documentation

To get started, checkout the docs:

## Contributing

Special thanks to the contributors!



See the [contributing docs](CONTRIBUTING.md) to setup the project for development.