项目作者: netzstrategen

项目描述 :
WordPress gallery plugin.
高级语言: PHP
项目地址: git://github.com/netzstrategen/wordpress-gallerya.git
创建时间: 2016-07-28T15:08:34Z
项目社区:https://github.com/netzstrategen/wordpress-gallerya

开源协议:

下载


Gallerya

Gallerya transforms the WordPress native post gallery into a full fledged slideshow with features like images thumbnails stripe and lightbox support.

Installation

  1. Upload the entire gallerya folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Requirements

  • PHP 7.0 or later.

Development

Install dependencies:

  1. npm install
  2. bower install

Build the assets and watch for changes:

  1. npm run watch

NPM Commands

Command Description
build Build the bundle
watch Build and watch for changes