97

Product support

Visit this product's website for support.

  • Added on Dec 14, 2018
  • Current version: 1.2.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

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 or npm install from inside of the theme's root.
  • To compile assets, use yarn dev for development builds or yarn prod for production builds.

Commands

Development:

  • Yarn yarn dev or yarn development
  • NPM npm run dev or npm run development

Watching:

  • Yarn yarn watch or yarn watch-poll
  • NPM npm run watch or npm run watch-poll

Production:

  • Yarn yarn prod or yarn production
  • NPM npm run prod or npm run production
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