https://github.com/roxiness/routify-dev-ui
https://github.com/roxiness/routify-dev-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxiness/routify-dev-ui
- Owner: roxiness
- Created: 2020-05-13T17:45:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T18:46:23.000Z (over 3 years ago)
- Last Synced: 2025-01-11T00:32:41.138Z (over 1 year ago)
- Language: HTML
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Very alpha UI helper for Routify.
### Usage
1. run ``npm install routify-dev-ui`` in your project folder
2. In your config or package.json insert:
```json
"routify": {
"plugins": {
"routify-dev-ui": {},
}
}
```