create-vite-ext
v1.1.7
Published
Scaffolding your Vite powered browser extensions
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@latestWith NPX Command:
$ npx create-vite-ext@latestWith Yarn:
$ yarn create vite-extWith PNPM:
$ pnpm create vite-extThen follow the prompts!
You can use . for the project name to scaffold in the current directory.
