A Vue JS Starter Kit for WordPress plugin development - Webpack, Sass, Vue, Vuex, Vue-router
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
# Check if any PHPCS issues found.
composer run phpcs
# Fix any possible PHPCS issues.
composer run phpcs:fix
composer run test