An open API service indexing awesome lists of open source software.

https://github.com/maniruzzamanakash/wp-vue-kit

A Vue JS Starter Kit for WordPress plugin development - PHP OOP architecture, PHP Unit test, Webpack, Sass, Vue, Vuex, Vue-router
https://github.com/maniruzzamanakash/wp-vue-kit

hacktoberfest hacktoberfest-accepted hacktoberfest2022 phpunit phpunit-tests sass vue vue-router vue3 vuex webpack wordpress wordpress-plugin wordpress-plugin-boilerplate wordpress-vuejs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

---

## Installation

```sh
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

```sh
# Check if any PHPCS issues found.
composer run phpcs

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

## PHP Unit test

```sh
composer run test
```

## Demo preview
![Demo preview](https://i.ibb.co/8bWTkW7/wp-vue-kit-demo.png "See demo preview of WP Vue Kit").

## Contact
[email protected]