create-vite-ext
v1.1.5
Published
Scaffolding your Vite powered browser extensions
Downloads
87
Readme
Create Vite Extension
Scaffold browser extension templates with ease!
This CLI tool helps you quickly set up browser extension projects using Vite for a smooth development experience.
Features:
- Pre-built templates: Get started instantly with templates for common extension pages (popup, options, newtab, background, contentscript).
- Hot Module Replacement (HMR): See changes reflected in your extension instantly during development.
- Optimized Builds: Create production-ready extensions with optimized builds and automatic ZIP archives.
- Framework Flexibility: Choose from popular frameworks like React, Vue and other (Comming Soon).
- Language Support: Develop your extension in JavaScript or TypeScript.
- Tailwind CSS Integration: Leverage Tailwind for rapid UI development.
- Cross-browser Compatibility: Build extensions that work seamlessly across different browsers.
Installation:
With NPM:
$ npm create vite-ext@latest
With NPX Command:
$ npx create-vite-ext@latest
With Yarn:
$ yarn create vite-ext
With PNPM:
$ pnpm create vite-ext
Then follow the prompts!
You can use .
for the project name to scaffold in the current directory.