A WordPress plugin that displays data from a remote API in a Vue app for admin users.
-
Download the Plugin:
- Go to the releases page (replace with your actual repository link) and download the latest release as a ZIP file.
-
Upload the Plugin:
- Log in to your WordPress admin panel.
- Navigate to Plugins > Add New.
- Click on the Upload Plugin button.
- Choose the downloaded ZIP file and click Install Now.
-
Activate the Plugin:
- After installation, click on the Activate Plugin link.
-
Access the Plugin:
- Navigate to the 'Admin Data Viewer' menu in the WordPress admin panel to access the Vue app.
- Display data in table and graph formats.
- Settings to customize data display.
- Caches API data for performance.
- Run
npm run build
to build the Vue app for production. - Ensure the built files are included in the plugin directory.
- 1.0.0: Initial release.
Yunus Emre Özdiyar