WP Manifestindependent plugin directory
manifest / developer / dataviews-user

Dataviews plugin for user

WordPress dataview package usage with TypeScript

by Ahsan Habib Shaheen · github.com/ahsanshaheen199/dataviews-user

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ahsanshaheen199/dataviews-user/archive/refs/heads/master.zip

From the readme

Dataviews Plugin An exploration of using the Dataview component inside of a plugin - Using Data Views to display and interact with data in plugins - Actions from Data Views: Adding, editing and deleting user Development 1. Set up a local WordPress development environment. 2. Clone / download this repository into the wp-content/plugins folder. 3. Navigate to the wp-content/plugins/dataviews-user folder in the command line. 4. Run npm install to install the plugin's dependencies within a /nodemodules/ folder. 5. Run npm run start to compile and watch source files for changes while developing. 6. Login to your local WordPress development environment, navigate from Dashboard Plugins and activate "Dataviews plugin for user" Refer to package.json for additional commands.

Read the full README on GitHub →