ixyz / maverick
WordPress Theme Framework.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: >= 5.6.0
- ixyz/landbaron: *
This package is not auto-updated.
Last update: 2025-05-11 06:10:20 UTC
README
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