https://github.com/wpscholar/wp-menu-ui-vue-prototype
A Vue prototype for WordPress menu UI
https://github.com/wpscholar/wp-menu-ui-vue-prototype
vue vuejs wordpress wordpress-development wordpress-menu wordpress-plugin wordpress-rest-api
Last synced: 3 months ago
JSON representation
A Vue prototype for WordPress menu UI
- Host: GitHub
- URL: https://github.com/wpscholar/wp-menu-ui-vue-prototype
- Owner: wpscholar
- Created: 2019-01-21T16:26:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:21:01.000Z (over 3 years ago)
- Last Synced: 2025-04-05T07:09:34.802Z (about 1 year ago)
- Topics: vue, vuejs, wordpress, wordpress-development, wordpress-menu, wordpress-plugin, wordpress-rest-api
- Language: Vue
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WordPress REST API Menu Endpoints
## Installation
- Make sure you have the following tools installed:
- [Composer](https://getcomposer.org/)
- [Node](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/get-npm)
- In a terminal, run `composer create-project wpscholar/wp-menu-ui-vue-prototype` from the WordPress plugins directory.
- Activate the plugin from the `Installed Plugins` screen in the WordPress admin.
## Usage
Once installed and activated, the plugin adds a `Vue Menus` item to the WordPress admin sidebar menu. Clicking this will load up the Vue app for menu management. It will feel familiar.
## Feedback & Contributions
Feedback or contributions of any kind is welcome; just create an issue or open a pull request.