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
yarn
ornpm install
from inside of the theme's root. - To compile assets, use
yarn dev
for development builds oryarn prod
for production builds.
Commands
Development:
- Yarn
yarn dev
oryarn development
- NPM
npm run dev
ornpm run development
Watching:
- Yarn
yarn watch
oryarn watch-poll
- NPM
npm run watch
ornpm run watch-poll
Production:
- Yarn
yarn prod
oryarn production
- NPM
npm run prod
ornpm 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 |