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

A simple CRUD plugin for WordPress using vue js.

Home Page:https://github.com/ruhel241/wp-crud-project-plugin-with-vuejs

Repository from Github https://github.comruhel241/wp-crud-project-plugin-with-vuejsRepository from Github https://github.comruhel241/wp-crud-project-plugin-with-vuejs

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

About

A simple CRUD plugin for WordPress using vue js.

https://github.com/ruhel241/wp-crud-project-plugin-with-vuejs

License:GNU General Public License v2.0


Languages

Language:JavaScript 96.1%Language:PHP 3.3%Language:Vue 0.6%Language:SCSS 0.0%