ixyz/maverick

WordPress Theme Framework.

Maintainers

Details

github.com/ixyz/maverick

Source

Issues

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:project

1.5.0 2017-06-02 05:44 UTC

This package is not auto-updated.

Last update: 2024-05-12 01:29:18 UTC


README

Latest Stable Version Total Downloads License composer.lock

About Maverick

Maverick is a Laravel-like MVC framework for wordpress themes.

Maverick makes the development of WordPress themes surprisingly efficient. For example, it has a powerful function for easily controlling information on articles.

Adopting Laravel Blade Templates as the rendering engine allows you to write views with very little code.

Maverick is integrated with webpack. Webpack also demonstrates its power for front-end development.

Installation

When using Composer

$ composer create-project --prefer-dist ixyz/maverick your-project-name
$ npm install

When downloading manually

$ composer install
$ npm install

Build

When development build

$ npm start

When release build

$ npm run build