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
- Host: GitHub
- URL: https://github.com/nystudio107/craft-routemap
- Owner: nystudio107
- License: mit
- Created: 2017-12-27T02:08:34.000Z (over 7 years ago)
- Default Branch: develop-v5
- Last Pushed: 2025-01-22T07:32:41.000Z (5 months ago)
- Last Synced: 2025-03-30T07:32:35.564Z (3 months ago)
- Topics: craft-plugin, craftcms, react, routemap, routes, serviceworker, vue
- Language: PHP
- Homepage: https://nystudio107.com/
- Size: 481 KB
- Stars: 31
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/?branch=v5) [](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/?branch=v5) [](https://scrutinizer-ci.com/g/nystudio107/craft-routemap/build-status/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

## 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)