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
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,29 @@
6
6
A WordPress plugin that displays data from a remote API in a Vue app for admin users.
7
7
8
8
## Installation
9
-
1. Upload the `admin-content-view-vuejs-plugin` folder to the `/wp-content/plugins/` directory.
10
-
2. Activate the plugin through the 'Plugins' menu in WordPress.
11
-
3. Access the plugin from the admin menu.
9
+
1.**Download the Plugin**:
10
+
- Go to the [releases page](https://github.com/your-repo/admin-content-view-vuejs-plugin/releases) (replace with your actual repository link) and download the latest release as a ZIP file.
11
+
12
+
2.**Upload the Plugin**:
13
+
- Log in to your WordPress admin panel.
14
+
- Navigate to **Plugins > Add New**.
15
+
- Click on the **Upload Plugin** button.
16
+
- Choose the downloaded ZIP file and click **Install Now**.
17
+
18
+
3.**Activate the Plugin**:
19
+
- After installation, click on the **Activate Plugin** link.
20
+
21
+
4.**Access the Plugin**:
22
+
- Navigate to the 'Admin Data Viewer' menu in the WordPress admin panel to access the Vue app.
12
23
13
24
## Features
14
25
- Display data in table and graph formats.
15
26
- Settings to customize data display.
16
27
- Caches API data for performance.
17
28
18
29
## Usage
19
-
Navigate to the 'Admin Data Viewer' menu in the WordPress admin panel to access the Vue app.
20
-
- 'npm run build'
21
-
- 'download the zip and upload to the wordpress'
30
+
- Run `npm run build` to build the Vue app for production.
31
+
- Ensure the built files are included in the plugin directory.
0 commit comments