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

https://github.com/nystudio107/craft-routemap

Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
https://github.com/nystudio107/craft-routemap

craft-plugin craftcms react routemap routes serviceworker vue

Last synced: 2 months ago
JSON representation

Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries

Awesome Lists containing this project

README

        

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)

# Route Map plugin for Craft CMS 5.x

Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries

![Screenshot](./docs/docs/resources/img/plugin-logo.png)

## Requirements

This plugin requires Craft CMS 5.0.0 or later.

## Installation

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

cd /path/to/project

2. Then tell Composer to load the plugin:

composer require nystudio107/craft-routemap

3. Install the plugin via `./craft install/plugin route-map` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Route Map.

You can also install Route Map via the **Plugin Store** in the Craft Control Panel.

## Documentation

Click here -> [Route Map Documentation](https://nystudio107.com/plugins/routemap/documentation)

## Route Map Roadmap

Some things to do, and ideas for potential features:

* Add support for Commerce Products / Variant URLs

Brought to you by [nystudio107](https://nystudio107.com)