104

Product support

Get help in the theme support forum.

  • Added on Oct 28, 2019
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

Starter development template for building UIkit v3 themed OctoberCMS sites on Laravel mix

  • Modular and extendable components
  • Responsive and mobile-first
  • Developed in SASS
  • Extendable with themes
  • Responsive, fluid and nestable grid
  • Supports RTL out of the box
  • Comprehensive documentation
  • Customization
  • Components

October CMS Uikit v3 on laravel-mix

Starter development template for building UIkit v3 themed OctoberCMS sites on Laravel mix..

Installation

Add the theme to existing project while logged into OctoberCMS account online, or interactively by searching it inside Settings/System/Updates/Themes in backend, or with the following command-line instructions inside project root:

php artisan theme:install definer.ui3kitmix ui3kitmix
php artisan theme:use ui3kitmix

Install NodeJS and Node Package Manager. Run the following command-line instructions inside theme root:

npm i

Webpack command list

npm run dev
npm run development
npm run watch
npm run watch-poll
npm run hot
npm run prod
npm run production

Customizing UIkit

Styles

Comment out unwanted components for leaner and faster UIkit custom build

Override global framework/theme styling parameters in the following SCSS files, just don't forget to remove !default from variables:

Extend uikit yourself with your own styles using hooks

Scripts

Comment out unwanted components for leaner and faster UIkit custom build

1.0.1

Preload, async, defer for layout support

Nov 03, 2019

1.0.0

Theme initialization

Oct 28, 2019