简体中文 | English
Streamline your development workflow with these opinionated, feature-rich templates for Vue 3, React 19, and Chrome Extensions, powered by Vite 5+. Each template is meticulously configured to get you up and running with a consistent, modern development experience.
We've taken care of the essential setup so you can focus on building amazing applications:
- Unified Code Style: A project-level
settings.json
for VS Code ensures consistent code formatting (integrated with ESLint, StyleLint, and Prettier). While this template optimizes for VS Code users, developers using other editors will need to install and configure their own dependencies for a similar experience. - Package Manager: We standardize on pnpm for efficient and reliable dependency management.
- Blazing Fast Development: Both templates leverage Vite 5+ for an incredibly fast development server and build times.
[TODO] Rolldown is Coming soon!
Based on the official React-TS starter, supercharging it with:
- Shadcn UI: Beautifully designed, customizable UI components to accelerate your development.
- Tailwind CSS + Lucide Icons: A utility-first CSS framework paired with a comprehensive, consistent icon set.
- SWR + fetch: A lightweight library for data fetching, caching, and revalidation..
- useHooks: A collection of frequently used, battle-tested React Hooks to enhance your component logic.
- Zustand State Management: A small, fast, and scalable state management solution for React.
- Biome:replace eslint&prettier,smoother development experience。
Based on the official Vue-TS starter, supercharging it with:
- Auto Imports: Say goodbye to manual imports! Automatically import APIs and components for a smoother coding experience.
- Unocss + Iconify: A powerful combination for styling and flexible icon management.
- Pre-configured Axios: Get started with robust HTTP requests right out of the box.
- vueuse: A collection of frequently used, battle-tested Vue Hooks to enhance your component logic.
- Pinia State Management: A simple, intuitive, and type-safe state management solution for Vue.
A modern Chrome Extension template built with React 19, TypeScript, and Manifest V3:
- React 19 + TypeScript: Latest React with full type safety for extension development.
- Manifest V3: Built for the latest Chrome extension standards with service workers.
- CRXJS + Vite: Seamless development experience with hot reload for extensions.
- TailwindCSS + Radix UI: Beautiful, accessible UI components for popup and options pages.
- Multi-environment Support: Popup, options page content scripts, and background scripts.
- Shadow DOM Integration: Isolated styling for content script components.
It's incredibly easy to spin up a new project with these templates:
# Install the CLI globally
npm i @twotwoba/vv-cli -g
# Create a new project
vv <your-project-name>
Choose your preferred template and start building your next great application today!