Skip to content

A Vue JS Starter Kit for WordPress plugin development - PHP OOP architecture, PHP Unit test, Webpack, Sass, Vue, Vuex, Vue-router

Notifications You must be signed in to change notification settings

ManiruzzamanAkash/wp-vue-kit

Folders and files

NameName
Last commit message
Last commit date
Oct 25, 2022
Oct 25, 2022
Oct 31, 2022
Oct 25, 2022
Oct 25, 2022
Oct 31, 2022
Oct 31, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 31, 2022
Oct 31, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022

Repository files navigation

WP Vue Kit

A Vue JS Starter Kit for WordPress plugin development - Webpack, Sass, Vue, Vuex, Vue-router


Installation

git clone https://github.com/ManiruzzamanAkash/wp-vue-kit.git

# Go to that plugin folder
cd wp-vue-kit

# Install composer dependencies.
composer install

# Install npm dependencies.
npm install

PHP Coding Standard check and fix

# Check if any PHPCS issues found.
composer run phpcs

# Fix any possible PHPCS issues.
composer run phpcs:fix

PHP Unit test

composer run test

Demo preview

Demo preview.

Contact

manirujjamanakash@gmail.com