2017 © Pedro Peláez
 

wordpress-plugin vue-wordpress-plugin

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

image

matgargano/vue-wordpress-plugin

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  • Saturday, November 18, 2017
  • by mgargano
  • Repository
  • 4 Watchers
  • 45 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Vue WordPress Plugin

I created this as a starting point for developing using VueJS within WordPress., (*1)

It provides out of the box: - VueJS - NPM tasks for building and watching for both production and development, (*2)

Getting started

  • Pull this into the plugins directory of your project either by cloning or using composer. Make sure you have Node.js and Composer installed.
  • Run npm install
  • Run composer install
  • For production Run npm run build
  • For local Run npm run build:local to build the JS or npm run build:local:watch to watch JS files and build on the fly
  • Activate the plugin
  • Add a <div id="app"></div> into your project and the sample application, it's not very exciting but it's a way to quickly scaffold a VueJS plugin.

Note

I may not be the greatest with ES6, feel free to fork or issue a pull request if I've written anything against convention., (*3)

The Versions

18/11 2017

dev-master

9999999-dev http://matgargano.com/

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  Sources   Download

GPL-2.0+

The Requires

 

18/11 2017

0.0.4

0.0.4.0 http://matgargano.com/

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  Sources   Download

GPL-2.0+

The Requires

 

08/01 2017

0.0.3

0.0.3.0 http://matgargano.com/

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  Sources   Download

GPL-2.0+

The Requires

 

08/01 2017

0.0.2

0.0.2.0 http://matgargano.com/

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  Sources   Download

GPL-2.0+

The Requires

 

08/01 2017

0.0.1

0.0.1.0 http://matgargano.com/

A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.

  Sources   Download

GPL-2.0+

The Requires