/wpmudev-plugin-test

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

WPMUDEV Test Plugin

This is a plugin that can be used for testing coding skills for WordPress and PHP.

Development

Composer

Install composer packages composer install

Build Tasks (npm)

Everything should be handled by npm.

Install npm packages npm install

Command Action
npm run watch Compiles and watch for changes.
npm run compile Compile production ready assets.
npm run build Build production ready bundle inside /build/ folder