Introduction
We made this starter theme to rapidly develop, build, and deploy websites without the hassle of setting everything up manually. If you're familiar with Laravel's ecosystem, you'll find that we use Laravel Mix to compile assets quick and simple. It's easy to customize the starter theme however you like. If you would like to help with the development of this starter theme, please visit our GitHub repo here.
What's included:
- Latest jQuery javascript library.
- Compile assets with Laravel Mix.
- Uses UIkit 3+ for front-end.
- UIkit SASS for easy customization.
- Cache busting with the Mix Helper plugin.
- Easily overwrite UIkit's core components.
- Basic template ready with examples.
- Fresh installation, no bloat/custom styles.
Requirements
- Install plugin Mix Helper if not already installed.
Setup
- Rename theme directory by clicking "Manage" > "Duplicate".
- Delete old theme by clicking "Manage" > "Delete"
- Initialize Yarn or NPM by running
yarnornpm installfrom inside of the theme's root. - To compile assets, use
yarn devfor development builds oryarn prodfor production builds.
Commands
Development:
- Yarn
yarn devoryarn development - NPM
npm run devornpm run development
Watching:
- Yarn
yarn watchoryarn watch-poll - NPM
npm run watchornpm run watch-poll
Production:
- Yarn
yarn prodoryarn production - NPM
npm run prodornpm run production
-
Daniel Ramirez
Found the theme useful on 29 Mar, 2019
Great starter theme for rapid development :)
-
| 1.2.1 |
Remove branding Sep 24, 2019 |
|---|---|
| 1.2.0 |
Bump UIkit version to 3.2 Sep 24, 2019 |
| 1.1.1 |
Fix console errors + Cleaner boilerplate JS Feb 01, 2019 |
| 1.1.0 |
Better structure + New Mix plugin required Feb 01, 2019 |
| 1.0.0 |
Theme initialization Dec 13, 2018 |


