You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,17 @@
2
2
3
3
## Installation
4
4
5
-
- Run `composer create-project wpscholar/wp-menu-ui-vue-prototype` from the WordPress plugins directory.
6
-
- Activate the plugin from the "Installed Plugins" screen in the WordPress admin.
5
+
- Make sure you have the following tools installed:
6
+
-[Composer](https://getcomposer.org/)
7
+
-[Node](https://nodejs.org/en/)
8
+
-[NPM](https://www.npmjs.com/get-npm)
9
+
- In a terminal, run `composer create-project wpscholar/wp-menu-ui-vue-prototype` from the WordPress plugins directory.
10
+
- Activate the plugin from the `Installed Plugins` screen in the WordPress admin.
11
+
12
+
## Usage
13
+
14
+
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.
15
+
16
+
## Feedback & Contributions
17
+
18
+
Feedback or contributions of any kind is welcome; just create an issue or open a pull request.
0 commit comments