An exploration of using the Dataview component inside of a plugin
The process to build this project is explained in the following article of the WordPress Developer Blog:
wp-content/plugins
folder.wp-content/plugins/devblog-dataviews-plugin
folder in the command line.npm install
to install the plugin's dependencies within a /node_modules/
folder.npm run start
to compile and watch source files for changes while developing.Refer to package.json
for additional commands.