QuickVite — 1-Click React Stack Generator
QuickVite is a VS Code Extension that scaffolds Vite + React projects in 1 click with pre-wired configurations.
Features
- TailwindCSS v4: Configured with
@tailwindcss/vite plugin and @import "tailwindcss"; in src/index.css.
- React Router DOM: Pre-wrapped
<BrowserRouter> in main.jsx and <Routes> setup in App.jsx.
- Axios Client: Pre-configured
src/api/axios.js client instance.
- Context API: Pre-wrapped DataProvider in
main.jsx.
- Pages & Navbar: Navbar component and clean
rafce page routes (Home, About, Services, Contact, NotFound).
- Auto Dev Server: Starts
npm run dev in terminal automatically.
Usage
- Open VS Code.
- Click the QuickVite icon on the Activity Bar.
- Configure your stack preferences and click Generate Stack Project.
| |