Skip to content

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

This branch is 11 commits ahead of, 63 commits behind hasanuzzamanbe/wp-boilerplate-plugin-with-vuejs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8c18e6 · Mar 24, 2022

History

16 Commits
Mar 24, 2022
Jan 28, 2020
Jan 2, 2020
Mar 24, 2022
Jan 18, 2020
Jan 2, 2020
Jan 27, 2020
Jan 27, 2020
Jan 2, 2020
Jan 2, 2020
Jan 18, 2020
Jan 27, 2020
Jan 27, 2020
Jan 27, 2020

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%