From 858530c4987965b2a904f44c12061ce4740d898c Mon Sep 17 00:00:00 2001 From: Tibor Pino Date: Thu, 27 Oct 2022 21:57:16 +0200 Subject: [PATCH] Added named routes module --- modules/named-routes.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/named-routes.yml diff --git a/modules/named-routes.yml b/modules/named-routes.yml new file mode 100644 index 000000000..b9079692f --- /dev/null +++ b/modules/named-routes.yml @@ -0,0 +1,16 @@ +name: named-routes +description: A Nuxt.js module that sets router named routes from nuxt.config file +repo: tiborpino/nuxtjs-named-routes +npm: nuxtjs-named-routes +icon: +github: https://github.com/tiborpino/nuxtjs-named-routes +website: https://github.com/tiborpino/nuxtjs-named-routes +learn_more: '' +category: module +type: 3rd-party +maintainers: + - name: Tibor Pino + github: tiborpino +compatibility: + nuxt: ^3.0.9 + requires: {}