Skip to content

Commit 48ff206

Browse files
committed
seems most of the features are working on my end
1 parent 3f37e1d commit 48ff206

File tree

4 files changed

+59
-47
lines changed

4 files changed

+59
-47
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,29 @@
66
A WordPress plugin that displays data from a remote API in a Vue app for admin users.
77

88
## 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.
1223

1324
## Features
1425
- Display data in table and graph formats.
1526
- Settings to customize data display.
1627
- Caches API data for performance.
1728

1829
## 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.
2232

2333
## Changelog
2434
- **1.0.0**: Initial release.

0 commit comments

Comments
 (0)