An open API service indexing awesome lists of open source software.

https://github.com/yuler/unplugin-vue-routes

> Convention vue routes
https://github.com/yuler/unplugin-vue-routes

Last synced: 10 months ago
JSON representation

> Convention vue routes

Awesome Lists containing this project

README

          

# unplugin-vue-routes

> Convention vue routes

## Overview

Some frameworks provides a file-based routing to create routes.

- [Next.js](https://nextjs.org/docs/routing/introduction)
- [Remix](https://remix.run/docs/en/v1/guides/routing)
- [Umijs](https://umijs.org/docs/convention-routing)
- [Nuxt.js](https://v3.nuxtjs.org/guide/directory-structure/pages)

## Features

- Support file-based routing use `nesting` or `flat` style
- Power by [unplugin](https://github.com/unjs/unplugin)

## Other repos

- [vite-plugin-voie](https://github.com/brattonross/vite-plugin-voie)
- [vue-route-generator](https://github.com/ktsn/vue-route-generator)
- [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages)

---

- [Idea: Flat file system for file-based routing](https://gist.github.com/jamiebuilds/86d467ee4353cb316edce8e69ad19237)