w6cloud / w6-vc-addons

Visual Composer Addons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB6 Visual Composer Addons

Useful addons for Visual Composer

Development

IDE : Visual Studio Code

Features :

  • Wordpress Coding Standards compliance and auto fixing

Install :

Clone project

$ git clone https://github.com/web6-fr/w6-vc-addons.git

Open Folder in VS Code

Install VS Code plugins :

  • phpcs
  • phpcbf

Install dependencies via composer

$ composer install

Tell PHP Code Sniffer where WordPress Coding standards are located

$ vendor/bin/phpcs --config-set installed_paths ./vendor/wp-coding-standards/wpcs

Todo

  • Add a Grunt task to compress images
  • Add a Grunt task to manage js files : Concatenation & Minification

About

Visual Composer Addons

License:GNU General Public License v3.0


Languages

Language:JavaScript 46.7%Language:PHP 46.0%Language:CSS 7.3%