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
- Host: GitHub
- URL: https://github.com/maniruzzamanakash/wp-vue-kit
- Owner: ManiruzzamanAkash
- Created: 2022-10-24T17:11:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T00:42:34.000Z (over 2 years ago)
- Last Synced: 2024-12-01T19:36:11.716Z (5 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, phpunit, phpunit-tests, sass, vue, vue-router, vue3, vuex, webpack, wordpress, wordpress-plugin, wordpress-plugin-boilerplate, wordpress-vuejs
- Language: Vue
- Homepage:
- Size: 523 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
.## Contact
[email protected]