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
- Host: GitHub
- URL: https://github.com/yuler/unplugin-vue-routes
- Owner: yuler
- Created: 2022-05-06T13:17:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T12:45:50.000Z (about 4 years ago)
- Last Synced: 2025-07-19T19:55:59.378Z (11 months ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)