114

Product support

Visit this product's website for support.

Categories

Minimal kit to start theme development using Sass and compiling assets with Laravel Mix.

To get started, go to the theme directory and run

npm i
npm run watch

Links to documentation to help you get started!

You can easily install the necessary frameworks and packages using npm and use them in your theme.

Example:

Use Bootstarp 4.

npm i popper.js bootstrap --save

assets/js/src/app.js

window.Popper = require('popper.js').default;
require('bootstrap');

assets/css/src/app.scss

@import "~bootstrap/scss/bootstrap";
1.0.4

Updated meta tags

Nov 07, 2018

1.0.3

Minor improvements and bugfixes

Sep 13, 2018

1.0.2

Add Compiling Assets (Laravel Mix)

Sep 13, 2018

1.0.1

Initial release

Sep 13, 2018