Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@samrum/create-vite-plugin-web-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@samrum/create-vite-plugin-web-extension
An easy way to start a Vite Web Extension project
Available Project Options
- Manifest V2, Manifest V3, or Both
- TypeScript
- Choice of framework including:
- Preact
- React
- Solid
- Svelte
- Vanilla
- Vue
Usage
npm init @samrum/vite-plugin-web-extension@latestCheck the readme in the generated project for more usage instructions.
Credits
- Project generation code from create-vue