Skip to content

ruhel241/wp-crud-project-plugin-with-vuejs

 
 

Repository files navigation

WP CRUD Project With Vue

A simple CRUD plugin for WordPress using vue js.

How to use:

  • Clone this repository on your plugin folder

  • Run command npm i to install node

  • Run command npm run watch

  • Check the plugin page of your WordPress and activate the plugin

Step to make your own plugin

  • Open with an IDE (Vscode, sublime, PhpStorm etc)

  • Change all the crud_project to Your-plugin_name

  • Change all the CRUDPROJECT to YOUR-PLUGINNAME (Upper case)

  • Change all the CrudProject to Your-PluginName (Upper Camel Case)

  • Change all the Crud_Project to Your-Plugin_Name

All done have fun

now your plugin is ready to use with a standard format.

All You can use vue js on /src folder

Do any customization you need

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • PHP 3.3%
  • Other 0.6%