Skip to content

definer/octobercms-uikit3-laravel-mix

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published