This repository contains multiple projects, each providing specific functionality for enhancing development workflows. Below, you'll find the available plugins along with links to their documentation and resources.
A Vite plugin that enhances API routing by leveraging directory structure to automatically generate API routes.
-
Description:
vite-plugin-api-routes
simplifies API route creation by converting the directory structure into route rules. It's perfect for projects that require dynamic API routes, inspired by frameworks like Next.js and Remix. -
Installation:
yarn add vite-plugin-api-routes
-
Documentation and Resources: