adayth / laravel-mix-sandbox

Minimal scaffolding to develop an static HTML site with laravel-mix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel mix sandbox

Intro

Basic scaffolding to develop a static site using laravel-mix. Just install, run npm watch and start to code with live reload in your browser.

Features

  • Enhanced HTML development using includes and layouts.
  • SCSS / SASS support.
  • Compilation of .vue files (Vue Single File Components).
  • Live reloading with browser sync.

Setup

  1. npm install to setup dependencies.
  2. npm watch will compile the project in dist folder and will open a browser with auto reload after making changes on code.
  3. npm production will compile the project in dist folder with production settings,.

About

Minimal scaffolding to develop an static HTML site with laravel-mix


Languages

Language:HTML 64.0%Language:JavaScript 19.5%Language:SCSS 13.3%Language:Vue 3.2%